Color Hex Logo

#cdb473 Color Hex

#CDB473
(205,180,115)
0 Favorites   0 Comments

Color spaces of #cdb473

RGB 205180115
HSL0.120.470.63
HSV43°44°80°
CMYK 0.000.120.44   0.20
XYZ44.592646.859522.9142
Yxy46.85950.38990.4097
Hunter Lab68.4540-3.515328.0711
CIE-Lab74.09980.157036.3816

#cdb473 color RGB value is (205,180,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01110011
Octal 315 264 163
Decimal 205 180 115
Hex CD B4 73

RGB Percentages of Color #cdb473

%41.00
%36.00
%23.00

CMYK Percentages of Color #cdb473

%0
%12
%44
%20

Triadic Colors of #cdb473

#cdb473 #73cdb4 #b473cd

Analogous Colors of #cdb473

#cdb473 #b9cd73 #cd8773

Monochromatic Colors of #cdb473

#cdb473

Complementary Color

#cdb473 #738ccd

#cdb473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb473 Color CSS Codes

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

#cdb473 Text Font Color

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

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


#cdb473 Background Color

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

This div background color is #cdb473


#cdb473 Border Color

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

This div border color is #cdb473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb473


Comments

No comments written yet.

Please login to write comment.