color codes Logo

#ccd24a color codes

#CCD24A
(204,210,74)
0 Favorites   0 Comments

Color spaces of #ccd24a

RGB 20421074
HSL0.170.600.56
HSV63°65°82°
CMYK 0.030.000.65   0.18
XYZ49.184559.425015.3564
Yxy59.42500.39680.4794
Hunter Lab77.0876-21.014342.1503
CIE-Lab81.5246-18.944064.0406

#ccd24a color RGB value is (204,210,74).

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

The process color (four color CMYK) of #ccd24a color code is 0.03, 0.00, 0.65, 0.18. Web safe color of #ccd24a is #cccc33. Color #ccd24a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 01001010
Octal 314 322 112
Decimal 204 210 74
Hex CC D2 4A

RGB Percentages of Color #ccd24a

%41.80
%43.03
%15.16

CMYK Percentages of Color #ccd24a

%3
%0
%65
%18

Triadic Colors of #ccd24a

#ccd24a #4accd2 #d24acc

Analogous Colors of #ccd24a

#ccd24a #88d24a #d2944a

Monochromatic Colors of #ccd24a

#ccd24a

Complementary Color

#ccd24a #504ad2

#ccd24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd24a Color CSS Codes

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

#ccd24a Text Font Color

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

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


#ccd24a Background Color

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

This div background color is #ccd24a


#ccd24a Border Color

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

This div border color is #ccd24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd24a


Comments

No comments written yet.

Please login to write comment.