Color Hex Logo

#ccd87a Color Hex

#CCD87A
(204,216,122)
0 Favorites   0 Comments

Color spaces of #ccd87a

RGB 204216122
HSL0.190.550.66
HSV68°44°85°
CMYK 0.060.000.44   0.15
XYZ52.970663.354227.8491
Yxy63.35420.36740.4394
Hunter Lab79.5954-20.500434.9722
CIE-Lab83.6284-17.965344.8189

#ccd87a color RGB value is (204,216,122).

#ccd87a hex color red value is 204, green value is 216 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ccd87a hue: 0.19 , saturation: 0.55 and the lightness value of ccd87a is 0.66.

The process color (four color CMYK) of #ccd87a color hex is 0.06, 0.00, 0.44, 0.15. Web safe color of #ccd87a is #cccc66. Color #ccd87a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 01111010
Octal 314 330 172
Decimal 204 216 122
Hex CC D8 7A

RGB Percentages of Color #ccd87a

%37.64
%39.85
%22.51

CMYK Percentages of Color #ccd87a

%6
%0
%44
%15

Triadic Colors of #ccd87a

#ccd87a #7accd8 #d87acc

Analogous Colors of #ccd87a

#ccd87a #9dd87a #d8b57a

Monochromatic Colors of #ccd87a

#ccd87a

Complementary Color

#ccd87a #867ad8

#ccd87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd87a Color CSS Codes

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

#ccd87a Text Font Color

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

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


#ccd87a Background Color

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

This div background color is #ccd87a


#ccd87a Border Color

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

This div border color is #ccd87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd87a


Comments

No comments written yet.

Please login to write comment.