Color Hex Logo

#cbbeab Color Hex

#CBBEAB
(203,190,171)
0 Favorites   0 Comments

Color spaces of #cbbeab

RGB 203190171
HSL0.100.240.73
HSV36°16°80°
CMYK 0.000.060.16   0.20
XYZ50.392752.463745.9986
Yxy52.46370.33850.3524
Hunter Lab72.4318-2.568613.0495
CIE-Lab77.55731.417111.2365

#cbbeab color RGB value is (203,190,171).

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

The process color (four color CMYK) of #cbbeab color hex is 0.00, 0.06, 0.16, 0.20. Web safe color of #cbbeab is #cccc99. Color #cbbeab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 10101011
Octal 313 276 253
Decimal 203 190 171
Hex CB BE AB

RGB Percentages of Color #cbbeab

%35.99
%33.69
%30.32

CMYK Percentages of Color #cbbeab

%0
%6
%16
%20

Triadic Colors of #cbbeab

#cbbeab #abcbbe #beabcb

Analogous Colors of #cbbeab

#cbbeab #c8cbab #cbaeab

Monochromatic Colors of #cbbeab

#cbbeab

Complementary Color

#cbbeab #abb8cb

#cbbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbeab Color CSS Codes

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

#cbbeab Text Font Color

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

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


#cbbeab Background Color

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

This div background color is #cbbeab


#cbbeab Border Color

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

This div border color is #cbbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbeab


Comments

No comments written yet.

Please login to write comment.