Color Hex Logo

#cdbd6f Color Hex

#CDBD6F
(205,189,111)
0 Favorites   0 Comments

Color spaces of #cdbd6f

RGB 205189111
HSL0.140.480.62
HSV50°46°80°
CMYK 0.000.080.46   0.20
XYZ46.243750.522022.3533
Yxy50.52200.38820.4241
Hunter Lab71.0788-8.256331.1093
CIE-Lab76.3886-4.971141.3064

#cdbd6f color RGB value is (205,189,111).

#cdbd6f hex color red value is 205, green value is 189 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cdbd6f hue: 0.14 , saturation: 0.48 and the lightness value of cdbd6f is 0.62.

The process color (four color CMYK) of #cdbd6f color hex is 0.00, 0.08, 0.46, 0.20. Web safe color of #cdbd6f is #cccc66. Color #cdbd6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111101 01101111
Octal 315 275 157
Decimal 205 189 111
Hex CD BD 6F

RGB Percentages of Color #cdbd6f

%40.59
%37.43
%21.98

CMYK Percentages of Color #cdbd6f

%0
%8
%46
%20

Triadic Colors of #cdbd6f

#cdbd6f #6fcdbd #bd6fcd

Analogous Colors of #cdbd6f

#cdbd6f #aecd6f #cd8e6f

Monochromatic Colors of #cdbd6f

#cdbd6f

Complementary Color

#cdbd6f #6f7fcd

#cdbd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbd6f Color CSS Codes

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

#cdbd6f Text Font Color

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

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


#cdbd6f Background Color

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

This div background color is #cdbd6f


#cdbd6f Border Color

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

This div border color is #cdbd6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,189,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbd6f


Comments

No comments written yet.

Please login to write comment.