Color Hex Logo

#66bea4 Color Hex

#66BEA4
(102,190,164)
0 Favorites   0 Comments

Color spaces of #66bea4

RGB 102190164
HSL0.450.400.57
HSV162°46°75°
CMYK 0.460.000.14   0.25
XYZ30.593842.332041.6804
Yxy42.33200.26690.3694
Hunter Lab65.0630-29.92657.5620
CIE-Lab71.0992-32.76384.9530

#66bea4 color RGB value is (102,190,164).

#66bea4 hex color red value is 102, green value is 190 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #66bea4 hue: 0.45 , saturation: 0.40 and the lightness value of 66bea4 is 0.57.

The process color (four color CMYK) of #66bea4 color hex is 0.46, 0.00, 0.14, 0.25. Web safe color of #66bea4 is #66cc99. Color #66bea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111110 10100100
Octal 146 276 244
Decimal 102 190 164
Hex 66 BE A4

RGB Percentages of Color #66bea4

%22.37
%41.67
%35.96

CMYK Percentages of Color #66bea4

%46
%0
%14
%25

Triadic Colors of #66bea4

#66bea4 #a466be #bea466

Analogous Colors of #66bea4

#66bea4 #66acbe #66be78

Monochromatic Colors of #66bea4

#66bea4

Complementary Color

#66bea4 #be6680

#66bea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bea4 Color CSS Codes

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

#66bea4 Text Font Color

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

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


#66bea4 Background Color

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

This div background color is #66bea4


#66bea4 Border Color

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

This div border color is #66bea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bea4


Comments

No comments written yet.

Please login to write comment.