Color Hex Logo

#cdbd5d Color Hex

#CDBD5D
(205,189,93)
0 Favorites   0 Comments

Color spaces of #cdbd5d

RGB 20518993
HSL0.140.530.58
HSV51°55°80°
CMYK 0.000.080.55   0.20
XYZ45.350250.164617.6485
Yxy50.16460.40080.4433
Hunter Lab70.8270-9.654434.8051
CIE-Lab76.1702-6.579149.8674

#cdbd5d color RGB value is (205,189,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111101 01011101
Octal 315 275 135
Decimal 205 189 93
Hex CD BD 5D

RGB Percentages of Color #cdbd5d

%42.09
%38.81
%19.10

CMYK Percentages of Color #cdbd5d

%0
%8
%55
%20

Triadic Colors of #cdbd5d

#cdbd5d #5dcdbd #bd5dcd

Analogous Colors of #cdbd5d

#cdbd5d #a5cd5d #cd855d

Monochromatic Colors of #cdbd5d

#cdbd5d

Complementary Color

#cdbd5d #5d6dcd

#cdbd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbd5d Color CSS Codes

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

#cdbd5d Text Font Color

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

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


#cdbd5d Background Color

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

This div background color is #cdbd5d


#cdbd5d Border Color

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

This div border color is #cdbd5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,189,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 #cdbd5d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbd5d


Comments

No comments written yet.

Please login to write comment.