Color Hex Logo

#cbadab Color Hex

#CBADAB
(203,173,171)
0 Favorites   0 Comments

Color spaces of #cbadab

RGB 203173171
HSL0.010.240.73
HSV16°80°
CMYK 0.000.150.16   0.20
XYZ46.922945.523944.8420
Yxy45.52390.34180.3316
Hunter Lab67.47146.06267.8254
CIE-Lab73.235510.53555.0537

#cbadab color RGB value is (203,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 10101011
Octal 313 255 253
Decimal 203 173 171
Hex CB AD AB

RGB Percentages of Color #cbadab

%37.11
%31.63
%31.26

CMYK Percentages of Color #cbadab

%0
%15
%16
%20

Triadic Colors of #cbadab

#cbadab #abcbad #adabcb

Analogous Colors of #cbadab

#cbadab #cbbdab #cbabb9

Monochromatic Colors of #cbadab

#cbadab

Complementary Color

#cbadab #abc9cb

#cbadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbadab Color CSS Codes

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

#cbadab Text Font Color

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

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


#cbadab Background Color

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

This div background color is #cbadab


#cbadab Border Color

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

This div border color is #cbadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbadab


Comments

No comments written yet.

Please login to write comment.