Color Hex Logo

#cbbeac Color Hex

#CBBEAC
(203,190,172)
0 Favorites   0 Comments

Color spaces of #cbbeac

RGB 203190172
HSL0.100.230.74
HSV35°15°80°
CMYK 0.000.060.15   0.20
XYZ50.488552.502046.5026
Yxy52.50200.33770.3512
Hunter Lab72.4583-2.424212.6694
CIE-Lab77.58001.575210.7296

#cbbeac color RGB value is (203,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 10101100
Octal 313 276 254
Decimal 203 190 172
Hex CB BE AC

RGB Percentages of Color #cbbeac

%35.93
%33.63
%30.44

CMYK Percentages of Color #cbbeac

%0
%6
%15
%20

Triadic Colors of #cbbeac

#cbbeac #accbbe #beaccb

Analogous Colors of #cbbeac

#cbbeac #c9cbac #cbafac

Monochromatic Colors of #cbbeac

#cbbeac

Complementary Color

#cbbeac #acb9cb

#cbbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbeac Color CSS Codes

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

#cbbeac Text Font Color

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

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


#cbbeac Background Color

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

This div background color is #cbbeac


#cbbeac Border Color

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

This div border color is #cbbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbeac


Comments

No comments written yet.

Please login to write comment.