Color Hex Logo

#cdb13e Color Hex

#CDB13E
(205,177,62)
0 Favorites   0 Comments

Color spaces of #cdb13e

RGB 20517762
HSL0.130.590.52
HSV48°70°80°
CMYK 0.000.140.70   0.20
XYZ41.768544.771210.9977
Yxy44.77120.42820.4590
Hunter Lab66.9113-5.668437.0929
CIE-Lab72.7410-2.367259.8600

#cdb13e color RGB value is (205,177,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 00111110
Octal 315 261 76
Decimal 205 177 62
Hex CD B1 3E

RGB Percentages of Color #cdb13e

%46.17
%39.86
%13.96

CMYK Percentages of Color #cdb13e

%0
%14
%70
%20

Triadic Colors of #cdb13e

#cdb13e #3ecdb1 #b13ecd

Analogous Colors of #cdb13e

#cdb13e #a2cd3e #cd6a3e

Monochromatic Colors of #cdb13e

#cdb13e

Complementary Color

#cdb13e #3e5acd

#cdb13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb13e Color CSS Codes

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

#cdb13e Text Font Color

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

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


#cdb13e Background Color

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

This div background color is #cdb13e


#cdb13e Border Color

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

This div border color is #cdb13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb13e


Comments

No comments written yet.

Please login to write comment.