Color Hex Logo

#66eabd Color Hex

#66EABD
(102,234,189)
0 Favorites   0 Comments

Color spaces of #66eabd

RGB 102234189
HSL0.440.760.66
HSV160°56°92°
CMYK 0.560.000.19   0.08
XYZ44.087665.344558.4332
Yxy65.34450.26260.3893
Hunter Lab80.8359-44.109713.7267
CIE-Lab84.6609-46.837311.0247

#66eabd color RGB value is (102,234,189).

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

The process color (four color CMYK) of #66eabd color hex is 0.56, 0.00, 0.19, 0.08. Web safe color of #66eabd is #66ffcc. Color #66eabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101010 10111101
Octal 146 352 275
Decimal 102 234 189
Hex 66 EA BD

RGB Percentages of Color #66eabd

%19.43
%44.57
%36.00

CMYK Percentages of Color #66eabd

%56
%0
%19
%8

Triadic Colors of #66eabd

#66eabd #bd66ea #eabd66

Analogous Colors of #66eabd

#66eabd #66d5ea #66ea7b

Monochromatic Colors of #66eabd

#66eabd

Complementary Color

#66eabd #ea6693

#66eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66eabd Color CSS Codes

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

#66eabd Text Font Color

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

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


#66eabd Background Color

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

This div background color is #66eabd


#66eabd Border Color

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

This div border color is #66eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66eabd


Comments

No comments written yet.

Please login to write comment.