Color Hex Logo

#cdb072 Color Hex

#CDB072
(205,176,114)
0 Favorites   0 Comments

Color spaces of #cdb072

RGB 205176114
HSL0.110.480.63
HSV41°44°80°
CMYK 0.000.140.44   0.20
XYZ43.739445.244722.3474
Yxy45.24470.39290.4064
Hunter Lab67.2642-1.640427.3868
CIE-Lab73.05272.176535.5654

#cdb072 color RGB value is (205,176,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 01110010
Octal 315 260 162
Decimal 205 176 114
Hex CD B0 72

RGB Percentages of Color #cdb072

%41.41
%35.56
%23.03

CMYK Percentages of Color #cdb072

%0
%14
%44
%20

Triadic Colors of #cdb072

#cdb072 #72cdb0 #b072cd

Analogous Colors of #cdb072

#cdb072 #bdcd72 #cd8372

Monochromatic Colors of #cdb072

#cdb072

Complementary Color

#cdb072 #728fcd

#cdb072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb072 Color CSS Codes

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

#cdb072 Text Font Color

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

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


#cdb072 Background Color

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

This div background color is #cdb072


#cdb072 Border Color

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

This div border color is #cdb072


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,176,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 #cdb072">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb072


Comments

No comments written yet.

Please login to write comment.