Color Hex Logo

#ccd54a Color Hex

#CCD54A
(204,213,74)
0 Favorites   0 Comments

Color spaces of #ccd54a

RGB 20421374
HSL0.180.620.56
HSV64°65°84°
CMYK 0.040.000.65   0.16
XYZ49.932160.920315.6057
Yxy60.92030.39490.4817
Hunter Lab78.0515-22.397742.7815
CIE-Lab82.3359-20.417064.8789

#ccd54a color RGB value is (204,213,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 01001010
Octal 314 325 112
Decimal 204 213 74
Hex CC D5 4A

RGB Percentages of Color #ccd54a

%41.55
%43.38
%15.07

CMYK Percentages of Color #ccd54a

%4
%0
%65
%16

Triadic Colors of #ccd54a

#ccd54a #4accd5 #d54acc

Analogous Colors of #ccd54a

#ccd54a #87d54a #d5994a

Monochromatic Colors of #ccd54a

#ccd54a

Complementary Color

#ccd54a #534ad5

#ccd54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd54a Color CSS Codes

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

#ccd54a Text Font Color

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

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


#ccd54a Background Color

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

This div background color is #ccd54a


#ccd54a Border Color

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

This div border color is #ccd54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd54a


Comments

No comments written yet.

Please login to write comment.