Color Hex Logo

#cdbe5d Color Hex

#CDBE5D
(205,190,93)
0 Favorites   0 Comments

Color spaces of #cdbe5d

RGB 20519093
HSL0.140.530.58
HSV52°55°80°
CMYK 0.000.070.55   0.20
XYZ45.566150.596417.7204
Yxy50.59640.40010.4443
Hunter Lab71.1311-10.133735.0213
CIE-Lab76.4339-7.096750.1742

#cdbe5d color RGB value is (205,190,93).

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

The process color (four color CMYK) of #cdbe5d color hex is 0.00, 0.07, 0.55, 0.20. Web safe color of #cdbe5d is #cccc66. Color #cdbe5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 01011101
Octal 315 276 135
Decimal 205 190 93
Hex CD BE 5D

RGB Percentages of Color #cdbe5d

%42.01
%38.93
%19.06

CMYK Percentages of Color #cdbe5d

%0
%7
%55
%20

Triadic Colors of #cdbe5d

#cdbe5d #5dcdbe #be5dcd

Analogous Colors of #cdbe5d

#cdbe5d #a4cd5d #cd865d

Monochromatic Colors of #cdbe5d

#cdbe5d

Complementary Color

#cdbe5d #5d6ccd

#cdbe5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe5d Color CSS Codes

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

#cdbe5d Text Font Color

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

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


#cdbe5d Background Color

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

This div background color is #cdbe5d


#cdbe5d Border Color

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

This div border color is #cdbe5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe5d


Comments

No comments written yet.

Please login to write comment.