Color Hex Logo

#66cdb1 Color Hex

#66CDB1
(102,205,177)
0 Favorites   0 Comments

Color spaces of #66cdb1

RGB 102205177
HSL0.450.510.60
HSV164°50°80°
CMYK 0.500.000.14   0.20
XYZ35.246649.661749.3230
Yxy49.66170.26260.3700
Hunter Lab70.4711-34.04637.8324
CIE-Lab75.8611-36.73124.7806

#66cdb1 color RGB value is (102,205,177).

#66cdb1 hex color red value is 102, green value is 205 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #66cdb1 hue: 0.45 , saturation: 0.51 and the lightness value of 66cdb1 is 0.60.

The process color (four color CMYK) of #66cdb1 color hex is 0.50, 0.00, 0.14, 0.20. Web safe color of #66cdb1 is #66cc99. Color #66cdb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001101 10110001
Octal 146 315 261
Decimal 102 205 177
Hex 66 CD B1

RGB Percentages of Color #66cdb1

%21.07
%42.36
%36.57

CMYK Percentages of Color #66cdb1

%50
%0
%14
%20

Triadic Colors of #66cdb1

#66cdb1 #b166cd #cdb166

Analogous Colors of #66cdb1

#66cdb1 #66b6cd #66cd7e

Monochromatic Colors of #66cdb1

#66cdb1

Complementary Color

#66cdb1 #cd6682

#66cdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66cdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66cdb1 Color CSS Codes

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

#66cdb1 Text Font Color

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

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


#66cdb1 Background Color

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

This div background color is #66cdb1


#66cdb1 Border Color

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

This div border color is #66cdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66cdb1


Comments

No comments written yet.

Please login to write comment.