Color Hex Logo

#cdb05c Color Hex

#CDB05C
(205,176,92)
0 Favorites   0 Comments

Color spaces of #cdb05c

RGB 20517692
HSL0.120.530.58
HSV45°55°80°
CMYK 0.000.140.55   0.20
XYZ42.633944.802516.5259
Yxy44.80250.41010.4309
Hunter Lab66.9347-3.440532.2158
CIE-Lab72.76170.151146.3536

#cdb05c color RGB value is (205,176,92).

#cdb05c hex color red value is 205, green value is 176 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cdb05c hue: 0.12 , saturation: 0.53 and the lightness value of cdb05c is 0.58.

The process color (four color CMYK) of #cdb05c color hex is 0.00, 0.14, 0.55, 0.20. Web safe color of #cdb05c is #cc9966. Color #cdb05c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 01011100
Octal 315 260 134
Decimal 205 176 92
Hex CD B0 5C

RGB Percentages of Color #cdb05c

%43.34
%37.21
%19.45

CMYK Percentages of Color #cdb05c

%0
%14
%55
%20

Triadic Colors of #cdb05c

#cdb05c #5ccdb0 #b05ccd

Analogous Colors of #cdb05c

#cdb05c #b2cd5c #cd785c

Monochromatic Colors of #cdb05c

#cdb05c

Complementary Color

#cdb05c #5c79cd

#cdb05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb05c Color CSS Codes

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

#cdb05c Text Font Color

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

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


#cdb05c Background Color

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

This div background color is #cdb05c


#cdb05c Border Color

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

This div border color is #cdb05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb05c


Comments

No comments written yet.

Please login to write comment.