Color Hex Logo

#ccdb5f Color Hex

#CCDB5F
(204,219,95)
0 Favorites   0 Comments

Color spaces of #ccdb5f

RGB 20421995
HSL0.190.630.62
HSV67°57°86°
CMYK 0.070.000.57   0.14
XYZ52.298964.326620.4863
Yxy64.32660.38140.4692
Hunter Lab80.2039-23.961540.9984
CIE-Lab84.1355-21.897858.0440

#ccdb5f color RGB value is (204,219,95).

#ccdb5f hex color red value is 204, green value is 219 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ccdb5f hue: 0.19 , saturation: 0.63 and the lightness value of ccdb5f is 0.62.

The process color (four color CMYK) of #ccdb5f color hex is 0.07, 0.00, 0.57, 0.14. Web safe color of #ccdb5f is #cccc66. Color #ccdb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 01011111
Octal 314 333 137
Decimal 204 219 95
Hex CC DB 5F

RGB Percentages of Color #ccdb5f

%39.38
%42.28
%18.34

CMYK Percentages of Color #ccdb5f

%7
%0
%57
%14

Triadic Colors of #ccdb5f

#ccdb5f #5fccdb #db5fcc

Analogous Colors of #ccdb5f

#ccdb5f #8edb5f #dbac5f

Monochromatic Colors of #ccdb5f

#ccdb5f

Complementary Color

#ccdb5f #6e5fdb

#ccdb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb5f Color CSS Codes

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

#ccdb5f Text Font Color

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

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


#ccdb5f Background Color

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

This div background color is #ccdb5f


#ccdb5f Border Color

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

This div border color is #ccdb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb5f


Comments

No comments written yet.

Please login to write comment.