Color Hex Logo

#cdb12e Color Hex

#CDB12E
(205,177,46)
0 Favorites   0 Comments

Color spaces of #cdb12e

RGB 20517746
HSL0.140.630.49
HSV49°78°80°
CMYK 0.000.140.78   0.20
XYZ41.392144.62079.0158
Yxy44.62070.43560.4696
Hunter Lab66.7987-6.289538.7568
CIE-Lab72.6414-3.083565.6579

#cdb12e color RGB value is (205,177,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 00101110
Octal 315 261 56
Decimal 205 177 46
Hex CD B1 2E

RGB Percentages of Color #cdb12e

%47.90
%41.36
%10.75

CMYK Percentages of Color #cdb12e

%0
%14
%78
%20

Triadic Colors of #cdb12e

#cdb12e #2ecdb1 #b12ecd

Analogous Colors of #cdb12e

#cdb12e #9acd2e #cd622e

Monochromatic Colors of #cdb12e

#cdb12e

Complementary Color

#cdb12e #2e4acd

#cdb12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb12e Color CSS Codes

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

#cdb12e Text Font Color

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

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


#cdb12e Background Color

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

This div background color is #cdb12e


#cdb12e Border Color

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

This div border color is #cdb12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb12e


Comments

No comments written yet.

Please login to write comment.