Color Hex Logo

#cdb472 Color Hex

#CDB472
(205,180,114)
0 Favorites   0 Comments

Color spaces of #cdb472

RGB 205180114
HSL0.120.480.63
HSV44°44°80°
CMYK 0.000.120.44   0.20
XYZ44.535446.836622.6127
Yxy46.83660.39070.4109
Hunter Lab68.4373-3.606728.3158
CIE-Lab74.08510.054136.8804

#cdb472 color RGB value is (205,180,114).

#cdb472 hex color red value is 205, green value is 180 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cdb472 hue: 0.12 , saturation: 0.48 and the lightness value of cdb472 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01110010
Octal 315 264 162
Decimal 205 180 114
Hex CD B4 72

RGB Percentages of Color #cdb472

%41.08
%36.07
%22.85

CMYK Percentages of Color #cdb472

%0
%12
%44
%20

Triadic Colors of #cdb472

#cdb472 #72cdb4 #b472cd

Analogous Colors of #cdb472

#cdb472 #b9cd72 #cd8772

Monochromatic Colors of #cdb472

#cdb472

Complementary Color

#cdb472 #728bcd

#cdb472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb472 Color CSS Codes

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

#cdb472 Text Font Color

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

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


#cdb472 Background Color

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

This div background color is #cdb472


#cdb472 Border Color

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

This div border color is #cdb472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb472


Comments

No comments written yet.

Please login to write comment.