Color Hex Logo

#cbaeab Color Hex

#CBAEAB
(203,174,171)
0 Favorites   0 Comments

Color spaces of #cbaeab

RGB 203174171
HSL0.020.240.73
HSV16°80°
CMYK 0.000.140.16   0.20
XYZ47.115345.908944.9061
Yxy45.90890.34160.3328
Hunter Lab67.75615.54978.1342
CIE-Lab73.48649.99365.4153

#cbaeab color RGB value is (203,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 10101011
Octal 313 256 253
Decimal 203 174 171
Hex CB AE AB

RGB Percentages of Color #cbaeab

%37.04
%31.75
%31.20

CMYK Percentages of Color #cbaeab

%0
%14
%16
%20

Triadic Colors of #cbaeab

#cbaeab #abcbae #aeabcb

Analogous Colors of #cbaeab

#cbaeab #cbbeab #cbabb8

Monochromatic Colors of #cbaeab

#cbaeab

Complementary Color

#cbaeab #abc8cb

#cbaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaeab Color CSS Codes

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

#cbaeab Text Font Color

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

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


#cbaeab Background Color

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

This div background color is #cbaeab


#cbaeab Border Color

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

This div border color is #cbaeab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,174,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 #cbaeab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaeab


Comments

No comments written yet.

Please login to write comment.