Color Hex Logo

#cbab7e Color Hex

#CBAB7E
(203,171,126)
0 Favorites   0 Comments

Color spaces of #cbab7e

RGB 203171126
HSL0.100.430.65
HSV35°38°80°
CMYK 0.000.160.38   0.20
XYZ42.957443.328725.8378
Yxy43.32870.38310.3864
Hunter Lab65.82451.297022.8044
CIE-Lab71.77755.358827.5193

#cbab7e color RGB value is (203,171,126).

#cbab7e hex color red value is 203, green value is 171 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cbab7e hue: 0.10 , saturation: 0.43 and the lightness value of cbab7e is 0.65.

The process color (four color CMYK) of #cbab7e color hex is 0.00, 0.16, 0.38, 0.20. Web safe color of #cbab7e is #cc9966. Color #cbab7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101011 01111110
Octal 313 253 176
Decimal 203 171 126
Hex CB AB 7E

RGB Percentages of Color #cbab7e

%40.60
%34.20
%25.20

CMYK Percentages of Color #cbab7e

%0
%16
%38
%20

Triadic Colors of #cbab7e

#cbab7e #7ecbab #ab7ecb

Analogous Colors of #cbab7e

#cbab7e #c5cb7e #cb857e

Monochromatic Colors of #cbab7e

#cbab7e

Complementary Color

#cbab7e #7e9ecb

#cbab7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbab7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbab7e Color CSS Codes

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

#cbab7e Text Font Color

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

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


#cbab7e Background Color

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

This div background color is #cbab7e


#cbab7e Border Color

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

This div border color is #cbab7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbab7e


Comments

No comments written yet.

Please login to write comment.