Color Hex Logo

#ccd555 Color Hex

#CCD555
(204,213,85)
0 Favorites   0 Comments

Color spaces of #ccd555

RGB 20421385
HSL0.180.600.58
HSV64°60°84°
CMYK 0.040.000.60   0.16
XYZ50.335861.081717.7313
Yxy61.08170.38980.4730
Hunter Lab78.1548-21.807541.2570
CIE-Lab82.4226-19.706760.4772

#ccd555 color RGB value is (204,213,85).

#ccd555 hex color red value is 204, green value is 213 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ccd555 hue: 0.18 , saturation: 0.60 and the lightness value of ccd555 is 0.58.

The process color (four color CMYK) of #ccd555 color hex is 0.04, 0.00, 0.60, 0.16. Web safe color of #ccd555 is #cccc66. Color #ccd555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 01010101
Octal 314 325 125
Decimal 204 213 85
Hex CC D5 55

RGB Percentages of Color #ccd555

%40.64
%42.43
%16.93

CMYK Percentages of Color #ccd555

%4
%0
%60
%16

Triadic Colors of #ccd555

#ccd555 #55ccd5 #d555cc

Analogous Colors of #ccd555

#ccd555 #8cd555 #d59e55

Monochromatic Colors of #ccd555

#ccd555

Complementary Color

#ccd555 #5e55d5

#ccd555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd555 Color CSS Codes

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

#ccd555 Text Font Color

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

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


#ccd555 Background Color

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

This div background color is #ccd555


#ccd555 Border Color

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

This div border color is #ccd555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd555


Comments

No comments written yet.

Please login to write comment.