Color Hex Logo

#ccd540 Color Hex

#CCD540
(204,213,64)
0 Favorites   0 Comments

Color spaces of #ccd540

RGB 20421364
HSL0.180.640.54
HSV64°70°84°
CMYK 0.040.000.70   0.16
XYZ49.621560.796013.9700
Yxy60.79600.39890.4888
Hunter Lab77.9718-22.852743.9574
CIE-Lab82.2690-20.966868.5561

#ccd540 color RGB value is (204,213,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 01000000
Octal 314 325 100
Decimal 204 213 64
Hex CC D5 40

RGB Percentages of Color #ccd540

%42.41
%44.28
%13.31

CMYK Percentages of Color #ccd540

%4
%0
%70
%16

Triadic Colors of #ccd540

#ccd540 #40ccd5 #d540cc

Analogous Colors of #ccd540

#ccd540 #82d540 #d59440

Monochromatic Colors of #ccd540

#ccd540

Complementary Color

#ccd540 #4940d5

#ccd540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd540 Color CSS Codes

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

#ccd540 Text Font Color

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

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


#ccd540 Background Color

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

This div background color is #ccd540


#ccd540 Border Color

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

This div border color is #ccd540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd540


Comments

No comments written yet.

Please login to write comment.