Color Hex Logo

#66eeeb Color Hex

#66EEEB
(102,238,235)
0 Favorites   0 Comments

Color spaces of #66eeeb

RGB 102238235
HSL0.500.800.67
HSV179°57°93°
CMYK 0.570.000.01   0.07
XYZ51.049469.972089.4126
Yxy69.97200.24260.3325
Hunter Lab83.6493-37.4514-4.8205
CIE-Lab86.9831-37.4612-9.7307

#66eeeb color RGB value is (102,238,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101110 11101011
Octal 146 356 353
Decimal 102 238 235
Hex 66 EE EB

RGB Percentages of Color #66eeeb

%17.74
%41.39
%40.87

CMYK Percentages of Color #66eeeb

%57
%0
%1
%7

Triadic Colors of #66eeeb

#66eeeb #eb66ee #eeeb66

Analogous Colors of #66eeeb

#66eeeb #66adee #66eea7

Monochromatic Colors of #66eeeb

#66eeeb

Complementary Color

#66eeeb #ee6669

#66eeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66eeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66eeeb Color CSS Codes

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

#66eeeb Text Font Color

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

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


#66eeeb Background Color

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

This div background color is #66eeeb


#66eeeb Border Color

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

This div border color is #66eeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66eeeb


Comments

No comments written yet.

Please login to write comment.