Color Hex Logo

#ccd46a Color Hex

#CCD46A
(204,212,106)
0 Favorites   0 Comments

Color spaces of #ccd46a

RGB 204212106
HSL0.180.550.62
HSV65°50°83°
CMYK 0.040.000.50   0.17
XYZ51.046860.964922.7126
Yxy60.96490.37890.4525
Hunter Lab78.0800-19.941137.4092
CIE-Lab82.3599-17.540350.9730

#ccd46a color RGB value is (204,212,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 01101010
Octal 314 324 152
Decimal 204 212 106
Hex CC D4 6A

RGB Percentages of Color #ccd46a

%39.08
%40.61
%20.31

CMYK Percentages of Color #ccd46a

%4
%0
%50
%17

Triadic Colors of #ccd46a

#ccd46a #6accd4 #d46acc

Analogous Colors of #ccd46a

#ccd46a #97d46a #d4a76a

Monochromatic Colors of #ccd46a

#ccd46a

Complementary Color

#ccd46a #726ad4

#ccd46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd46a Color CSS Codes

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

#ccd46a Text Font Color

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

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


#ccd46a Background Color

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

This div background color is #ccd46a


#ccd46a Border Color

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

This div border color is #ccd46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd46a


Comments

No comments written yet.

Please login to write comment.