Color Hex Logo

#cdb55f Color Hex

#CDB55F
(205,181,95)
0 Favorites   0 Comments

Color spaces of #cdb55f

RGB 20518195
HSL0.130.520.59
HSV47°54°80°
CMYK 0.000.120.54   0.20
XYZ43.766346.853117.5633
Yxy46.85310.40460.4331
Hunter Lab68.4493-5.653932.7014
CIE-Lab74.0957-2.240046.4665

#cdb55f color RGB value is (205,181,95).

#cdb55f hex color red value is 205, green value is 181 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cdb55f hue: 0.13 , saturation: 0.52 and the lightness value of cdb55f is 0.59.

The process color (four color CMYK) of #cdb55f color hex is 0.00, 0.12, 0.54, 0.20. Web safe color of #cdb55f is #cccc66. Color #cdb55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 01011111
Octal 315 265 137
Decimal 205 181 95
Hex CD B5 5F

RGB Percentages of Color #cdb55f

%42.62
%37.63
%19.75

CMYK Percentages of Color #cdb55f

%0
%12
%54
%20

Triadic Colors of #cdb55f

#cdb55f #5fcdb5 #b55fcd

Analogous Colors of #cdb55f

#cdb55f #aecd5f #cd7e5f

Monochromatic Colors of #cdb55f

#cdb55f

Complementary Color

#cdb55f #5f77cd

#cdb55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb55f Color CSS Codes

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

#cdb55f Text Font Color

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

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


#cdb55f Background Color

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

This div background color is #cdb55f


#cdb55f Border Color

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

This div border color is #cdb55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb55f


Comments

No comments written yet.

Please login to write comment.