Color Hex Logo

#ccd39a Color Hex

#CCD39A
(204,211,154)
0 Favorites   0 Comments

Color spaces of #ccd39a

RGB 204211154
HSL0.190.390.72
HSV67°27°83°
CMYK 0.030.000.27   0.17
XYZ54.028861.759039.6449
Yxy61.75900.34760.3973
Hunter Lab78.5869-14.807625.1007
CIE-Lab82.7851-11.608427.5046

#ccd39a color RGB value is (204,211,154).

#ccd39a hex color red value is 204, green value is 211 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ccd39a hue: 0.19 , saturation: 0.39 and the lightness value of ccd39a is 0.72.

The process color (four color CMYK) of #ccd39a color hex is 0.03, 0.00, 0.27, 0.17. Web safe color of #ccd39a is #cccc99. Color #ccd39a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 10011010
Octal 314 323 232
Decimal 204 211 154
Hex CC D3 9A

RGB Percentages of Color #ccd39a

%35.85
%37.08
%27.07

CMYK Percentages of Color #ccd39a

%3
%0
%27
%17

Triadic Colors of #ccd39a

#ccd39a #9accd3 #d39acc

Analogous Colors of #ccd39a

#ccd39a #b0d39a #d3be9a

Monochromatic Colors of #ccd39a

#ccd39a

Complementary Color

#ccd39a #a19ad3

#ccd39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd39a Color CSS Codes

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

#ccd39a Text Font Color

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

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


#ccd39a Background Color

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

This div background color is #ccd39a


#ccd39a Border Color

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

This div border color is #ccd39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd39a


Comments

No comments written yet.

Please login to write comment.