Color Hex Logo

#ccd45f Color Hex

#CCD45F
(204,212,95)
0 Favorites   0 Comments

Color spaces of #ccd45f

RGB 20421295
HSL0.180.580.60
HSV64°55°83°
CMYK 0.040.000.55   0.17
XYZ50.510960.750619.8903
Yxy60.75060.38510.4632
Hunter Lab77.9427-20.722439.4296
CIE-Lab82.2445-18.470255.9059

#ccd45f color RGB value is (204,212,95).

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

The process color (four color CMYK) of #ccd45f color hex is 0.04, 0.00, 0.55, 0.17. Web safe color of #ccd45f is #cccc66. Color #ccd45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 01011111
Octal 314 324 137
Decimal 204 212 95
Hex CC D4 5F

RGB Percentages of Color #ccd45f

%39.92
%41.49
%18.59

CMYK Percentages of Color #ccd45f

%4
%0
%55
%17

Triadic Colors of #ccd45f

#ccd45f #5fccd4 #d45fcc

Analogous Colors of #ccd45f

#ccd45f #92d45f #d4a25f

Monochromatic Colors of #ccd45f

#ccd45f

Complementary Color

#ccd45f #675fd4

#ccd45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd45f Color CSS Codes

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

#ccd45f Text Font Color

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

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


#ccd45f Background Color

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

This div background color is #ccd45f


#ccd45f Border Color

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

This div border color is #ccd45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd45f


Comments

No comments written yet.

Please login to write comment.