Color Hex Logo

#cdb470 Color Hex

#CDB470
(205,180,112)
0 Favorites   0 Comments

Color spaces of #cdb470

RGB 205180112
HSL0.120.480.62
HSV44°45°80°
CMYK 0.000.120.45   0.20
XYZ44.422746.791522.0196
Yxy46.79150.39230.4132
Hunter Lab68.4043-3.787228.7973
CIE-Lab74.0562-0.149137.8752

#cdb470 color RGB value is (205,180,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01110000
Octal 315 264 160
Decimal 205 180 112
Hex CD B4 70

RGB Percentages of Color #cdb470

%41.25
%36.22
%22.54

CMYK Percentages of Color #cdb470

%0
%12
%45
%20

Triadic Colors of #cdb470

#cdb470 #70cdb4 #b470cd

Analogous Colors of #cdb470

#cdb470 #b8cd70 #cd8670

Monochromatic Colors of #cdb470

#cdb470

Complementary Color

#cdb470 #7089cd

#cdb470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb470 Color CSS Codes

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

#cdb470 Text Font Color

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

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


#cdb470 Background Color

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

This div background color is #cdb470


#cdb470 Border Color

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

This div border color is #cdb470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb470


Comments

No comments written yet.

Please login to write comment.