Color Hex Logo

#cdb12f Color Hex

#CDB12F
(205,177,47)
0 Favorites   0 Comments

Color spaces of #cdb12f

RGB 20517747
HSL0.140.630.49
HSV49°77°80°
CMYK 0.000.140.77   0.20
XYZ41.412144.62879.1209
Yxy44.62870.43520.4690
Hunter Lab66.8047-6.256538.6684
CIE-Lab72.6467-3.045365.3296

#cdb12f color RGB value is (205,177,47).

#cdb12f hex color red value is 205, green value is 177 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cdb12f hue: 0.14 , saturation: 0.63 and the lightness value of cdb12f is 0.49.

The process color (four color CMYK) of #cdb12f color hex is 0.00, 0.14, 0.77, 0.20. Web safe color of #cdb12f is #cc9933. Color #cdb12f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 00101111
Octal 315 261 57
Decimal 205 177 47
Hex CD B1 2F

RGB Percentages of Color #cdb12f

%47.79
%41.26
%10.96

CMYK Percentages of Color #cdb12f

%0
%14
%77
%20

Triadic Colors of #cdb12f

#cdb12f #2fcdb1 #b12fcd

Analogous Colors of #cdb12f

#cdb12f #9acd2f #cd622f

Monochromatic Colors of #cdb12f

#cdb12f

Complementary Color

#cdb12f #2f4bcd

#cdb12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb12f Color CSS Codes

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

#cdb12f Text Font Color

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

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


#cdb12f Background Color

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

This div background color is #cdb12f


#cdb12f Border Color

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

This div border color is #cdb12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb12f


Comments

No comments written yet.

Please login to write comment.