Color Hex Logo

#66cdb5 Color Hex

#66CDB5
(102,205,181)
0 Favorites   0 Comments

Color spaces of #66cdb5

RGB 102205181
HSL0.460.510.60
HSV166°50°80°
CMYK 0.500.000.12   0.20
XYZ35.651349.823651.4540
Yxy49.82360.26040.3639
Hunter Lab70.5858-33.36896.1903
CIE-Lab75.9609-35.79142.7715

#66cdb5 color RGB value is (102,205,181).

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

The process color (four color CMYK) of #66cdb5 color hex is 0.50, 0.00, 0.12, 0.20. Web safe color of #66cdb5 is #66cccc. Color #66cdb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001101 10110101
Octal 146 315 265
Decimal 102 205 181
Hex 66 CD B5

RGB Percentages of Color #66cdb5

%20.90
%42.01
%37.09

CMYK Percentages of Color #66cdb5

%50
%0
%12
%20

Triadic Colors of #66cdb5

#66cdb5 #b566cd #cdb566

Analogous Colors of #66cdb5

#66cdb5 #66b2cd #66cd82

Monochromatic Colors of #66cdb5

#66cdb5

Complementary Color

#66cdb5 #cd667e

#66cdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66cdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66cdb5 Color CSS Codes

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

#66cdb5 Text Font Color

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

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


#66cdb5 Background Color

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

This div background color is #66cdb5


#66cdb5 Border Color

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

This div border color is #66cdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66cdb5


Comments

No comments written yet.

Please login to write comment.