Color Hex Logo

#cbbea6 Color Hex

#CBBEA6
(203,190,166)
0 Favorites   0 Comments

Color spaces of #cbbea6

RGB 203190166
HSL0.110.260.72
HSV39°18°80°
CMYK 0.000.060.18   0.20
XYZ49.925052.276643.5355
Yxy52.27660.34260.3587
Hunter Lab72.3026-3.275014.9115
CIE-Lab77.44590.641213.7724

#cbbea6 color RGB value is (203,190,166).

#cbbea6 hex color red value is 203, green value is 190 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #cbbea6 hue: 0.11 , saturation: 0.26 and the lightness value of cbbea6 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 10100110
Octal 313 276 246
Decimal 203 190 166
Hex CB BE A6

RGB Percentages of Color #cbbea6

%36.31
%33.99
%29.70

CMYK Percentages of Color #cbbea6

%0
%6
%18
%20

Triadic Colors of #cbbea6

#cbbea6 #a6cbbe #bea6cb

Analogous Colors of #cbbea6

#cbbea6 #c6cba6 #cbaca6

Monochromatic Colors of #cbbea6

#cbbea6

Complementary Color

#cbbea6 #a6b3cb

#cbbea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbea6 Color CSS Codes

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

#cbbea6 Text Font Color

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

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


#cbbea6 Background Color

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

This div background color is #cbbea6


#cbbea6 Border Color

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

This div border color is #cbbea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbea6


Comments

No comments written yet.

Please login to write comment.