Color Hex Logo

#cdb496 Color Hex

#CDB496
(205,180,150)
0 Favorites   0 Comments

Color spaces of #cdb496

RGB 205180150
HSL0.090.350.70
HSV33°27°80°
CMYK 0.000.120.27   0.20
XYZ47.003147.823735.6077
Yxy47.82370.36040.3666
Hunter Lab69.15470.302317.8799
CIE-Lab74.71364.389518.6106

#cdb496 color RGB value is (205,180,150).

#cdb496 hex color red value is 205, green value is 180 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cdb496 hue: 0.09 , saturation: 0.35 and the lightness value of cdb496 is 0.70.

The process color (four color CMYK) of #cdb496 color hex is 0.00, 0.12, 0.27, 0.20. Web safe color of #cdb496 is #cccc99. Color #cdb496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 10010110
Octal 315 264 226
Decimal 205 180 150
Hex CD B4 96

RGB Percentages of Color #cdb496

%38.32
%33.64
%28.04

CMYK Percentages of Color #cdb496

%0
%12
%27
%20

Triadic Colors of #cdb496

#cdb496 #96cdb4 #b496cd

Analogous Colors of #cdb496

#cdb496 #cbcd96 #cd9996

Monochromatic Colors of #cdb496

#cdb496

Complementary Color

#cdb496 #96afcd

#cdb496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb496 Color CSS Codes

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

#cdb496 Text Font Color

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

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


#cdb496 Background Color

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

This div background color is #cdb496


#cdb496 Border Color

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

This div border color is #cdb496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb496


Comments

No comments written yet.

Please login to write comment.