Color Hex Logo

#cbad9e Color Hex

#CBAD9E
(203,173,158)
0 Favorites   0 Comments

Color spaces of #cbad9e

RGB 203173158
HSL0.060.300.71
HSV20°22°80°
CMYK 0.000.150.22   0.20
XYZ45.743745.052338.6328
Yxy45.05230.35340.3481
Hunter Lab67.12104.187912.8592
CIE-Lab72.92638.529911.7325

#cbad9e color RGB value is (203,173,158).

#cbad9e hex color red value is 203, green value is 173 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cbad9e hue: 0.06 , saturation: 0.30 and the lightness value of cbad9e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 10011110
Octal 313 255 236
Decimal 203 173 158
Hex CB AD 9E

RGB Percentages of Color #cbad9e

%38.01
%32.40
%29.59

CMYK Percentages of Color #cbad9e

%0
%15
%22
%20

Triadic Colors of #cbad9e

#cbad9e #9ecbad #ad9ecb

Analogous Colors of #cbad9e

#cbad9e #cbc49e #cb9ea6

Monochromatic Colors of #cbad9e

#cbad9e

Complementary Color

#cbad9e #9ebccb

#cbad9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbad9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbad9e Color CSS Codes

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

#cbad9e Text Font Color

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

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


#cbad9e Background Color

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

This div background color is #cbad9e


#cbad9e Border Color

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

This div border color is #cbad9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbad9e


Comments

No comments written yet.

Please login to write comment.