Color Hex Logo

#cdb672 Color Hex

#CDB672
(205,182,114)
0 Favorites   0 Comments

Color spaces of #cdb672

RGB 205182114
HSL0.120.480.63
HSV45°44°80°
CMYK 0.000.110.44   0.20
XYZ44.942047.649922.7482
Yxy47.64990.38960.4131
Hunter Lab69.0289-4.586328.7815
CIE-Lab74.6036-1.002337.5381

#cdb672 color RGB value is (205,182,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 01110010
Octal 315 266 162
Decimal 205 182 114
Hex CD B6 72

RGB Percentages of Color #cdb672

%40.92
%36.33
%22.75

CMYK Percentages of Color #cdb672

%0
%11
%44
%20

Triadic Colors of #cdb672

#cdb672 #72cdb6 #b672cd

Analogous Colors of #cdb672

#cdb672 #b7cd72 #cd8972

Monochromatic Colors of #cdb672

#cdb672

Complementary Color

#cdb672 #7289cd

#cdb672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb672 Color CSS Codes

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

#cdb672 Text Font Color

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

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


#cdb672 Background Color

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

This div background color is #cdb672


#cdb672 Border Color

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

This div border color is #cdb672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb672


Comments

No comments written yet.

Please login to write comment.