Color Hex Logo

#ccd54c Color Hex

#CCD54C
(204,213,76)
0 Favorites   0 Comments

Color spaces of #ccd54c

RGB 20421376
HSL0.180.620.57
HSV64°64°84°
CMYK 0.040.000.64   0.16
XYZ50.000660.947715.9662
Yxy60.94770.39400.4802
Hunter Lab78.0690-22.297542.5227
CIE-Lab82.3506-20.296264.1045

#ccd54c color RGB value is (204,213,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 01001100
Octal 314 325 114
Decimal 204 213 76
Hex CC D5 4C

RGB Percentages of Color #ccd54c

%41.38
%43.20
%15.42

CMYK Percentages of Color #ccd54c

%4
%0
%64
%16

Triadic Colors of #ccd54c

#ccd54c #4cccd5 #d54ccc

Analogous Colors of #ccd54c

#ccd54c #88d54c #d59a4c

Monochromatic Colors of #ccd54c

#ccd54c

Complementary Color

#ccd54c #554cd5

#ccd54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd54c Color CSS Codes

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

#ccd54c Text Font Color

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

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


#ccd54c Background Color

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

This div background color is #ccd54c


#ccd54c Border Color

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

This div border color is #ccd54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd54c


Comments

No comments written yet.

Please login to write comment.