Color Hex Logo

#ccd56a Color Hex

#CCD56A
(204,213,106)
0 Favorites   0 Comments

Color spaces of #ccd56a

RGB 204213106
HSL0.180.560.63
HSV65°50°84°
CMYK 0.040.000.50   0.16
XYZ51.297661.466522.7962
Yxy61.46650.37840.4534
Hunter Lab78.4006-20.408237.6409
CIE-Lab82.6289-18.035451.2915

#ccd56a color RGB value is (204,213,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 01101010
Octal 314 325 152
Decimal 204 213 106
Hex CC D5 6A

RGB Percentages of Color #ccd56a

%39.01
%40.73
%20.27

CMYK Percentages of Color #ccd56a

%4
%0
%50
%16

Triadic Colors of #ccd56a

#ccd56a #6accd5 #d56acc

Analogous Colors of #ccd56a

#ccd56a #97d56a #d5a96a

Monochromatic Colors of #ccd56a

#ccd56a

Complementary Color

#ccd56a #736ad5

#ccd56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd56a Color CSS Codes

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

#ccd56a Text Font Color

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

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


#ccd56a Background Color

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

This div background color is #ccd56a


#ccd56a Border Color

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

This div border color is #ccd56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd56a


Comments

No comments written yet.

Please login to write comment.