Color Hex Logo

#ccd180 Color Hex

#CCD180
(204,209,128)
0 Favorites   0 Comments

Color spaces of #ccd180

RGB 204209128
HSL0.180.470.66
HSV64°39°82°
CMYK 0.020.000.39   0.18
XYZ51.598659.996829.2831
Yxy59.99680.36630.4259
Hunter Lab77.4576-16.642531.8055
CIE-Lab81.8364-13.825039.5867

#ccd180 color RGB value is (204,209,128).

#ccd180 hex color red value is 204, green value is 209 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ccd180 hue: 0.18 , saturation: 0.47 and the lightness value of ccd180 is 0.66.

The process color (four color CMYK) of #ccd180 color hex is 0.02, 0.00, 0.39, 0.18. Web safe color of #ccd180 is #cccc99. Color #ccd180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010001 10000000
Octal 314 321 200
Decimal 204 209 128
Hex CC D1 80

RGB Percentages of Color #ccd180

%37.71
%38.63
%23.66

CMYK Percentages of Color #ccd180

%2
%0
%39
%18

Triadic Colors of #ccd180

#ccd180 #80ccd1 #d180cc

Analogous Colors of #ccd180

#ccd180 #a4d180 #d1ae80

Monochromatic Colors of #ccd180

#ccd180

Complementary Color

#ccd180 #8580d1

#ccd180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd180 Color CSS Codes

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

#ccd180 Text Font Color

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

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


#ccd180 Background Color

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

This div background color is #ccd180


#ccd180 Border Color

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

This div border color is #ccd180


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,209,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccd180; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccd180;
  -webkit-box-shadow: 1px 1px 3px 2px #ccd180;
  box-shadow:         1px 1px 3px 2px #ccd180; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,209,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd180


Comments

No comments written yet.

Please login to write comment.