Color Hex Logo

#cdb55d Color Hex

#CDB55D
(205,181,93)
0 Favorites   0 Comments

Color spaces of #cdb55d

RGB 20518193
HSL0.130.530.58
HSV47°55°80°
CMYK 0.000.120.55   0.20
XYZ43.676546.817217.0905
Yxy46.81720.40600.4352
Hunter Lab68.4231-5.798633.0869
CIE-Lab74.0727-2.405047.4126

#cdb55d color RGB value is (205,181,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 01011101
Octal 315 265 135
Decimal 205 181 93
Hex CD B5 5D

RGB Percentages of Color #cdb55d

%42.80
%37.79
%19.42

CMYK Percentages of Color #cdb55d

%0
%12
%55
%20

Triadic Colors of #cdb55d

#cdb55d #5dcdb5 #b55dcd

Analogous Colors of #cdb55d

#cdb55d #adcd5d #cd7d5d

Monochromatic Colors of #cdb55d

#cdb55d

Complementary Color

#cdb55d #5d75cd

#cdb55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb55d Color CSS Codes

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

#cdb55d Text Font Color

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

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


#cdb55d Background Color

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

This div background color is #cdb55d


#cdb55d Border Color

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

This div border color is #cdb55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb55d

#cdb55d Color Palettes


Comments

No comments written yet.

Please login to write comment.