Color Hex Logo

#cdb05f Color Hex

#CDB05F
(205,176,95)
0 Favorites   0 Comments

Color spaces of #cdb05f

RGB 20517695
HSL0.120.520.59
HSV44°54°80°
CMYK 0.000.140.54   0.20
XYZ42.767744.856017.2305
Yxy44.85600.40790.4278
Hunter Lab66.9746-3.221631.6288
CIE-Lab72.79700.398844.9193

#cdb05f color RGB value is (205,176,95).

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

The process color (four color CMYK) of #cdb05f color hex is 0.00, 0.14, 0.54, 0.20. Web safe color of #cdb05f is #cc9966. Color #cdb05f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 01011111
Octal 315 260 137
Decimal 205 176 95
Hex CD B0 5F

RGB Percentages of Color #cdb05f

%43.07
%36.97
%19.96

CMYK Percentages of Color #cdb05f

%0
%14
%54
%20

Triadic Colors of #cdb05f

#cdb05f #5fcdb0 #b05fcd

Analogous Colors of #cdb05f

#cdb05f #b3cd5f #cd795f

Monochromatic Colors of #cdb05f

#cdb05f

Complementary Color

#cdb05f #5f7ccd

#cdb05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb05f Color CSS Codes

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

#cdb05f Text Font Color

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

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


#cdb05f Background Color

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

This div background color is #cdb05f


#cdb05f Border Color

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

This div border color is #cdb05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb05f

#cdb05f Color Palettes


Comments

No comments written yet.

Please login to write comment.