Color Hex Logo

#cdb45a Color Hex

#CDB45A
(205,180,90)
0 Favorites   0 Comments

Color spaces of #cdb45a

RGB 20518090
HSL0.130.530.58
HSV47°56°80°
CMYK 0.000.120.56   0.20
XYZ43.343646.359816.3368
Yxy46.35980.40870.4372
Hunter Lab68.0880-5.524233.4358
CIE-Lab73.7784-2.119348.5150

#cdb45a color RGB value is (205,180,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01011010
Octal 315 264 132
Decimal 205 180 90
Hex CD B4 5A

RGB Percentages of Color #cdb45a

%43.16
%37.89
%18.95

CMYK Percentages of Color #cdb45a

%0
%12
%56
%20

Triadic Colors of #cdb45a

#cdb45a #5acdb4 #b45acd

Analogous Colors of #cdb45a

#cdb45a #adcd5a #cd7b5a

Monochromatic Colors of #cdb45a

#cdb45a

Complementary Color

#cdb45a #5a73cd

#cdb45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb45a Color CSS Codes

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

#cdb45a Text Font Color

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

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


#cdb45a Background Color

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

This div background color is #cdb45a


#cdb45a Border Color

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

This div border color is #cdb45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb45a


Comments

No comments written yet.

Please login to write comment.