Color Hex Logo

#cdbc5e Color Hex

#CDBC5E
(205,188,94)
0 Favorites   0 Comments

Color spaces of #cdbc5e

RGB 20518894
HSL0.140.530.59
HSV51°54°80°
CMYK 0.000.080.54   0.20
XYZ45.180449.753717.8118
Yxy49.75370.40070.4413
Hunter Lab70.5363-9.104534.4035
CIE-Lab75.9178-5.979649.0970

#cdbc5e color RGB value is (205,188,94).

#cdbc5e hex color red value is 205, green value is 188 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cdbc5e hue: 0.14 , saturation: 0.53 and the lightness value of cdbc5e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111100 01011110
Octal 315 274 136
Decimal 205 188 94
Hex CD BC 5E

RGB Percentages of Color #cdbc5e

%42.09
%38.60
%19.30

CMYK Percentages of Color #cdbc5e

%0
%8
%54
%20

Triadic Colors of #cdbc5e

#cdbc5e #5ecdbc #bc5ecd

Analogous Colors of #cdbc5e

#cdbc5e #a7cd5e #cd855e

Monochromatic Colors of #cdbc5e

#cdbc5e

Complementary Color

#cdbc5e #5e6fcd

#cdbc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbc5e Color CSS Codes

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

#cdbc5e Text Font Color

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

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


#cdbc5e Background Color

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

This div background color is #cdbc5e


#cdbc5e Border Color

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

This div border color is #cdbc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbc5e


Comments

No comments written yet.

Please login to write comment.