Color Hex Logo

#cdaf9b Color Hex

#CDAF9B
(205,175,155)
0 Favorites   0 Comments

Color spaces of #cdaf9b

RGB 205175155
HSL0.070.330.71
HSV24°24°80°
CMYK 0.000.150.24   0.20
XYZ46.423246.005637.4436
Yxy46.00560.35750.3542
Hunter Lab67.82743.472914.7486
CIE-Lab73.54927.775814.2744

#cdaf9b color RGB value is (205,175,155).

#cdaf9b hex color red value is 205, green value is 175 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cdaf9b hue: 0.07 , saturation: 0.33 and the lightness value of cdaf9b is 0.71.

The process color (four color CMYK) of #cdaf9b color hex is 0.00, 0.15, 0.24, 0.20. Web safe color of #cdaf9b is #cc9999. Color #cdaf9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101111 10011011
Octal 315 257 233
Decimal 205 175 155
Hex CD AF 9B

RGB Percentages of Color #cdaf9b

%38.32
%32.71
%28.97

CMYK Percentages of Color #cdaf9b

%0
%15
%24
%20

Triadic Colors of #cdaf9b

#cdaf9b #9bcdaf #af9bcd

Analogous Colors of #cdaf9b

#cdaf9b #cdc89b #cd9ba0

Monochromatic Colors of #cdaf9b

#cdaf9b

Complementary Color

#cdaf9b #9bb9cd

#cdaf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaf9b Color CSS Codes

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

#cdaf9b Text Font Color

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

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


#cdaf9b Background Color

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

This div background color is #cdaf9b


#cdaf9b Border Color

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

This div border color is #cdaf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaf9b

#cdaf9b Color Palettes


Comments

No comments written yet.

Please login to write comment.