Color Hex Logo

#66edc0 Color Hex

#66EDC0
(102,237,192)
0 Favorites   0 Comments

Color spaces of #66edc0

RGB 102237192
HSL0.440.790.66
HSV160°57°93°
CMYK 0.570.000.19   0.07
XYZ45.278167.198960.4535
Yxy67.19890.26180.3886
Hunter Lab81.9749-44.863313.6583
CIE-Lab85.6043-47.450510.7993

#66edc0 color RGB value is (102,237,192).

#66edc0 hex color red value is 102, green value is 237 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #66edc0 hue: 0.44 , saturation: 0.79 and the lightness value of 66edc0 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101101 11000000
Octal 146 355 300
Decimal 102 237 192
Hex 66 ED C0

RGB Percentages of Color #66edc0

%19.21
%44.63
%36.16

CMYK Percentages of Color #66edc0

%57
%0
%19
%7

Triadic Colors of #66edc0

#66edc0 #c066ed #edc066

Analogous Colors of #66edc0

#66edc0 #66d7ed #66ed7d

Monochromatic Colors of #66edc0

#66edc0

Complementary Color

#66edc0 #ed6693

#66edc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66edc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66edc0 Color CSS Codes

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

#66edc0 Text Font Color

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

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


#66edc0 Background Color

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

This div background color is #66edc0


#66edc0 Border Color

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

This div border color is #66edc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66edc0


Comments

No comments written yet.

Please login to write comment.