Color Hex Logo

#6dfcbc Color Hex

#6DFCBC
(109,252,188)
0 Favorites   0 Comments

Color spaces of #6dfcbc

RGB 109252188
HSL0.430.960.71
HSV153°57°99°
CMYK 0.570.000.25   0.01
XYZ50.194276.502959.6980
Yxy76.50290.26930.4104
Hunter Lab87.4659-50.629320.7590
CIE-Lab90.0923-53.145319.2249

#6dfcbc color RGB value is (109,252,188).

#6dfcbc hex color red value is 109, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6dfcbc hue: 0.43 , saturation: 0.96 and the lightness value of 6dfcbc is 0.71.

The process color (four color CMYK) of #6dfcbc color hex is 0.57, 0.00, 0.25, 0.01. Web safe color of #6dfcbc is #66ffcc. Color #6dfcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111100 10111100
Octal 155 374 274
Decimal 109 252 188
Hex 6D FC BC

RGB Percentages of Color #6dfcbc

%19.85
%45.90
%34.24

CMYK Percentages of Color #6dfcbc

%57
%0
%25
%1

Triadic Colors of #6dfcbc

#6dfcbc #bc6dfc #fcbc6d

Analogous Colors of #6dfcbc

#6dfcbc #6df5fc #6dfc75

Monochromatic Colors of #6dfcbc

#6dfcbc

Complementary Color

#6dfcbc #fc6dad

#6dfcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfcbc Color CSS Codes

.mybgcolor {background-color:#6dfcbc; } 
.myforecolor {color:#6dfcbc; }
.mybordercolor {border:3px solid #6dfcbc; }

#6dfcbc Text Font Color

<p style="color:#6dfcbc">Text here</p>

This sample text font color is #6dfcbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6dfcbc Background Color

<div style="background-color:#6dfcbc">
Div content here</div>

This div background color is #6dfcbc


#6dfcbc Border Color

<div style="border:3px solid #6dfcbc">
Div here</div>

This div border color is #6dfcbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,252,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dfcbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dfcbc;
  -webkit-box-shadow: 1px 1px 3px 2px #6dfcbc;
  box-shadow:         1px 1px 3px 2px #6dfcbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,252,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6dfcbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6dfcbc;
  -webkit-box-shadow: 1px 1px 3px 2px #6dfcbc;
  box-shadow:         1px 1px 3px 2px #6dfcbc;">
Div content here</div>

This div box has shadow with color #6dfcbc


Comments

No comments written yet.

Please login to write comment.