Color Hex Logo

#66ccea Color Hex

#66CCEA
(102,204,234)
0 Favorites   0 Comments

Color spaces of #66ccea

RGB 102204234
HSL0.540.760.66
HSV194°56°92°
CMYK 0.560.130.00   0.08
XYZ41.923651.951085.6598
Yxy51.95100.23350.2894
Hunter Lab72.0770-22.3103-20.0091
CIE-Lab77.2515-21.3393-23.8515

#66ccea color RGB value is (102,204,234).

#66ccea hex color red value is 102, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #66ccea hue: 0.54 , saturation: 0.76 and the lightness value of 66ccea is 0.66.

The process color (four color CMYK) of #66ccea color hex is 0.56, 0.13, 0.00, 0.08. Web safe color of #66ccea is #66ccff. Color #66ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001100 11101010
Octal 146 314 352
Decimal 102 204 234
Hex 66 CC EA

RGB Percentages of Color #66ccea

%18.89
%37.78
%43.33

CMYK Percentages of Color #66ccea

%56
%13
%0
%8

Triadic Colors of #66ccea

#66ccea #ea66cc #ccea66

Analogous Colors of #66ccea

#66ccea #668aea #66eac6

Monochromatic Colors of #66ccea

#66ccea

Complementary Color

#66ccea #ea8466

#66ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ccea Color CSS Codes

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

#66ccea Text Font Color

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

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


#66ccea Background Color

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

This div background color is #66ccea


#66ccea Border Color

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

This div border color is #66ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ccea


Comments

No comments written yet.

Please login to write comment.