Color Hex Logo

#cba9ad Color Hex

#CBA9AD
(203,169,173)
0 Favorites   0 Comments

Color spaces of #cba9ad

RGB 203169173
HSL0.980.250.73
HSV353°17°80°
CMYK 0.000.170.15   0.20
XYZ46.359444.089645.6019
Yxy44.08960.34080.3241
Hunter Lab66.40008.42585.7611
CIE-Lab72.288313.02992.5848

#cba9ad color RGB value is (203,169,173).

#cba9ad hex color red value is 203, green value is 169 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cba9ad hue: 0.98 , saturation: 0.25 and the lightness value of cba9ad is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101001 10101101
Octal 313 251 255
Decimal 203 169 173
Hex CB A9 AD

RGB Percentages of Color #cba9ad

%37.25
%31.01
%31.74

CMYK Percentages of Color #cba9ad

%0
%17
%15
%20

Triadic Colors of #cba9ad

#cba9ad #adcba9 #a9adcb

Analogous Colors of #cba9ad

#cba9ad #cbb6a9 #cba9be

Monochromatic Colors of #cba9ad

#cba9ad

Complementary Color

#cba9ad #a9cbc7

#cba9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba9ad Color CSS Codes

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

#cba9ad Text Font Color

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

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


#cba9ad Background Color

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

This div background color is #cba9ad


#cba9ad Border Color

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

This div border color is #cba9ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,169,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cba9ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cba9ad;
  -webkit-box-shadow: 1px 1px 3px 2px #cba9ad;
  box-shadow:         1px 1px 3px 2px #cba9ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,169,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba9ad


Comments

No comments written yet.

Please login to write comment.