Color Hex Logo

#ccd44a Color Hex

#CCD44A
(204,212,74)
0 Favorites   0 Comments

Color spaces of #ccd44a

RGB 20421274
HSL0.180.620.56
HSV63°65°83°
CMYK 0.040.000.65   0.17
XYZ49.681460.418715.5221
Yxy60.41870.39550.4810
Hunter Lab77.7295-21.936942.5708
CIE-Lab82.0652-19.926864.5995

#ccd44a color RGB value is (204,212,74).

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

The process color (four color CMYK) of #ccd44a color hex is 0.04, 0.00, 0.65, 0.17. Web safe color of #ccd44a is #cccc33. Color #ccd44a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 01001010
Octal 314 324 112
Decimal 204 212 74
Hex CC D4 4A

RGB Percentages of Color #ccd44a

%41.63
%43.27
%15.10

CMYK Percentages of Color #ccd44a

%4
%0
%65
%17

Triadic Colors of #ccd44a

#ccd44a #4accd4 #d44acc

Analogous Colors of #ccd44a

#ccd44a #87d44a #d4974a

Monochromatic Colors of #ccd44a

#ccd44a

Complementary Color

#ccd44a #524ad4

#ccd44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd44a Color CSS Codes

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

#ccd44a Text Font Color

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

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


#ccd44a Background Color

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

This div background color is #ccd44a


#ccd44a Border Color

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

This div border color is #ccd44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd44a

#ccd44a Color Palettes


Comments

No comments written yet.

Please login to write comment.