Color Hex Logo

#cdb079 Color Hex

#CDB079
(205,176,121)
0 Favorites   0 Comments

Color spaces of #cdb079

RGB 205176121
HSL0.110.460.64
HSV39°41°80°
CMYK 0.000.140.41   0.20
XYZ44.153445.410324.5271
Yxy45.41030.38700.3980
Hunter Lab67.3872-0.970825.5911
CIE-Lab73.16122.922832.0352

#cdb079 color RGB value is (205,176,121).

#cdb079 hex color red value is 205, green value is 176 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #cdb079 hue: 0.11 , saturation: 0.46 and the lightness value of cdb079 is 0.64.

The process color (four color CMYK) of #cdb079 color hex is 0.00, 0.14, 0.41, 0.20. Web safe color of #cdb079 is #cc9966. Color #cdb079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 01111001
Octal 315 260 171
Decimal 205 176 121
Hex CD B0 79

RGB Percentages of Color #cdb079

%40.84
%35.06
%24.10

CMYK Percentages of Color #cdb079

%0
%14
%41
%20

Triadic Colors of #cdb079

#cdb079 #79cdb0 #b079cd

Analogous Colors of #cdb079

#cdb079 #c0cd79 #cd8679

Monochromatic Colors of #cdb079

#cdb079

Complementary Color

#cdb079 #7996cd

#cdb079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb079 Color CSS Codes

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

#cdb079 Text Font Color

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

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


#cdb079 Background Color

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

This div background color is #cdb079


#cdb079 Border Color

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

This div border color is #cdb079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb079


Comments

No comments written yet.

Please login to write comment.