Color Hex Logo

#66efcc Color Hex

#66EFCC
(102,239,204)
0 Favorites   0 Comments

Color spaces of #66efcc

RGB 102239204
HSL0.460.810.67
HSV165°57°94°
CMYK 0.570.000.15   0.06
XYZ47.245168.917467.9391
Yxy68.91740.25660.3743
Hunter Lab83.0165-43.69379.5898
CIE-Lab86.4631-45.57765.7575

#66efcc color RGB value is (102,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101111 11001100
Octal 146 357 314
Decimal 102 239 204
Hex 66 EF CC

RGB Percentages of Color #66efcc

%18.72
%43.85
%37.43

CMYK Percentages of Color #66efcc

%57
%0
%15
%6

Triadic Colors of #66efcc

#66efcc #cc66ef #efcc66

Analogous Colors of #66efcc

#66efcc #66ceef #66ef88

Monochromatic Colors of #66efcc

#66efcc

Complementary Color

#66efcc #ef6689

#66efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66efcc Color CSS Codes

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

#66efcc Text Font Color

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

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


#66efcc Background Color

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

This div background color is #66efcc


#66efcc Border Color

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

This div border color is #66efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66efcc


Comments

No comments written yet.

Please login to write comment.