Color Hex Logo

#66bebd Color Hex

#66BEBD
(102,190,189)
0 Favorites   0 Comments

Color spaces of #66bebd

RGB 102190189
HSL0.500.400.57
HSV179°46°75°
CMYK 0.460.000.01   0.25
XYZ33.078343.325854.7634
Yxy43.32580.25220.3303
Hunter Lab65.8223-25.4859-3.2529
CIE-Lab71.7755-26.6435-7.7152

#66bebd color RGB value is (102,190,189).

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

The process color (four color CMYK) of #66bebd color hex is 0.46, 0.00, 0.01, 0.25. Web safe color of #66bebd is #66cccc. Color #66bebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111110 10111101
Octal 146 276 275
Decimal 102 190 189
Hex 66 BE BD

RGB Percentages of Color #66bebd

%21.21
%39.50
%39.29

CMYK Percentages of Color #66bebd

%46
%0
%1
%25

Triadic Colors of #66bebd

#66bebd #bd66be #bebd66

Analogous Colors of #66bebd

#66bebd #6693be #66be91

Monochromatic Colors of #66bebd

#66bebd

Complementary Color

#66bebd #be6667

#66bebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bebd Color CSS Codes

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

#66bebd Text Font Color

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

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


#66bebd Background Color

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

This div background color is #66bebd


#66bebd Border Color

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

This div border color is #66bebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bebd


Comments

No comments written yet.

Please login to write comment.