Color Hex Logo

#66eecb Color Hex

#66EECB
(102,238,203)
0 Favorites   0 Comments

Color spaces of #66eecb

RGB 102238203
HSL0.460.800.67
HSV165°57°93°
CMYK 0.570.000.15   0.07
XYZ46.833568.285667.2120
Yxy68.28560.25690.3745
Hunter Lab82.6351-43.44649.6205
CIE-Lab86.1491-45.37745.8279

#66eecb color RGB value is (102,238,203).

#66eecb hex color red value is 102, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #66eecb hue: 0.46 , saturation: 0.80 and the lightness value of 66eecb is 0.67.

The process color (four color CMYK) of #66eecb color hex is 0.57, 0.00, 0.15, 0.07. Web safe color of #66eecb is #66ffcc. Color #66eecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101110 11001011
Octal 146 356 313
Decimal 102 238 203
Hex 66 EE CB

RGB Percentages of Color #66eecb

%18.78
%43.83
%37.38

CMYK Percentages of Color #66eecb

%57
%0
%15
%7

Triadic Colors of #66eecb

#66eecb #cb66ee #eecb66

Analogous Colors of #66eecb

#66eecb #66cdee #66ee87

Monochromatic Colors of #66eecb

#66eecb

Complementary Color

#66eecb #ee6689

#66eecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66eecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66eecb Color CSS Codes

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

#66eecb Text Font Color

<p style="color:#66eecb">Text here</p>

This sample text font color is #66eecb
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.


#66eecb Background Color

<div style="background-color:#66eecb">
Div content here</div>

This div background color is #66eecb


#66eecb Border Color

<div style="border:3px solid #66eecb">
Div here</div>

This div border color is #66eecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,238,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66eecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66eecb;
  -webkit-box-shadow: 1px 1px 3px 2px #66eecb;
  box-shadow:         1px 1px 3px 2px #66eecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,238,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66eecb


Comments

No comments written yet.

Please login to write comment.