Color Hex Logo

#cdba5f Color Hex

#CDBA5F
(205,186,95)
0 Favorites   0 Comments

Color spaces of #cdba5f

RGB 20518695
HSL0.140.520.59
HSV50°54°80°
CMYK 0.000.090.54   0.20
XYZ44.801348.923217.9083
Yxy48.92320.40130.4383
Hunter Lab69.9451-8.071033.7814
CIE-Lab75.4035-4.857348.0131

#cdba5f color RGB value is (205,186,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 01011111
Octal 315 272 137
Decimal 205 186 95
Hex CD BA 5F

RGB Percentages of Color #cdba5f

%42.18
%38.27
%19.55

CMYK Percentages of Color #cdba5f

%0
%9
%54
%20

Triadic Colors of #cdba5f

#cdba5f #5fcdba #ba5fcd

Analogous Colors of #cdba5f

#cdba5f #a9cd5f #cd835f

Monochromatic Colors of #cdba5f

#cdba5f

Complementary Color

#cdba5f #5f72cd

#cdba5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdba5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdba5f Color CSS Codes

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

#cdba5f Text Font Color

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

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


#cdba5f Background Color

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

This div background color is #cdba5f


#cdba5f Border Color

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

This div border color is #cdba5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdba5f


Comments

No comments written yet.

Please login to write comment.