Color Hex Logo

#66eeea Color Hex

#66EEEA
(102,238,234)
0 Favorites   0 Comments

Color spaces of #66eeea

RGB 102238234
HSL0.500.800.67
HSV178°57°93°
CMYK 0.570.000.02   0.07
XYZ50.905369.914488.6537
Yxy69.91440.24300.3338
Hunter Lab83.6148-37.6539-4.3326
CIE-Lab86.9549-37.7222-9.2481

#66eeea color RGB value is (102,238,234).

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

The process color (four color CMYK) of #66eeea color hex is 0.57, 0.00, 0.02, 0.07. Web safe color of #66eeea is #66ffff. Color #66eeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101110 11101010
Octal 146 356 352
Decimal 102 238 234
Hex 66 EE EA

RGB Percentages of Color #66eeea

%17.77
%41.46
%40.77

CMYK Percentages of Color #66eeea

%57
%0
%2
%7

Triadic Colors of #66eeea

#66eeea #ea66ee #eeea66

Analogous Colors of #66eeea

#66eeea #66aeee #66eea6

Monochromatic Colors of #66eeea

#66eeea

Complementary Color

#66eeea #ee666a

#66eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#66eeea Color CSS Codes

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

#66eeea Text Font Color

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

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


#66eeea Background Color

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

This div background color is #66eeea


#66eeea Border Color

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

This div border color is #66eeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,238,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 #66eeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66eeea


Comments

No comments written yet.

Please login to write comment.