Color Hex Logo

#ccd37a Color Hex

#CCD37A
(204,211,122)
0 Favorites   0 Comments

Color spaces of #ccd37a

RGB 204211122
HSL0.180.500.65
HSV65°42°83°
CMYK 0.030.000.42   0.17
XYZ51.709060.831027.4286
Yxy60.83100.36940.4346
Hunter Lab77.9942-18.147133.7452
CIE-Lab82.2878-15.479843.1498

#ccd37a color RGB value is (204,211,122).

#ccd37a hex color red value is 204, green value is 211 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ccd37a hue: 0.18 , saturation: 0.50 and the lightness value of ccd37a is 0.65.

The process color (four color CMYK) of #ccd37a color hex is 0.03, 0.00, 0.42, 0.17. Web safe color of #ccd37a is #cccc66. Color #ccd37a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 01111010
Octal 314 323 172
Decimal 204 211 122
Hex CC D3 7A

RGB Percentages of Color #ccd37a

%37.99
%39.29
%22.72

CMYK Percentages of Color #ccd37a

%3
%0
%42
%17

Triadic Colors of #ccd37a

#ccd37a #7accd3 #d37acc

Analogous Colors of #ccd37a

#ccd37a #a0d37a #d3ae7a

Monochromatic Colors of #ccd37a

#ccd37a

Complementary Color

#ccd37a #817ad3

#ccd37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd37a Color CSS Codes

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

#ccd37a Text Font Color

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

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


#ccd37a Background Color

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

This div background color is #ccd37a


#ccd37a Border Color

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

This div border color is #ccd37a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,211,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 #ccd37a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd37a


Comments

No comments written yet.

Please login to write comment.