Color Hex Logo

#cbbabb Color Hex

#CBBABB
(203,186,187)
0 Favorites   0 Comments

Color spaces of #cbbabb

RGB 203186187
HSL0.990.140.76
HSV356°80°
CMYK 0.000.080.08   0.20
XYZ51.157151.402254.2390
Yxy51.40220.32630.3278
Hunter Lab71.69531.89915.3326
CIE-Lab76.92206.19131.6673

#cbbabb color RGB value is (203,186,187).

#cbbabb hex color red value is 203, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cbbabb hue: 0.99 , saturation: 0.14 and the lightness value of cbbabb is 0.76.

The process color (four color CMYK) of #cbbabb color hex is 0.00, 0.08, 0.08, 0.20. Web safe color of #cbbabb is #cccccc. Color #cbbabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 10111011
Octal 313 272 273
Decimal 203 186 187
Hex CB BA BB

RGB Percentages of Color #cbbabb

%35.24
%32.29
%32.47

CMYK Percentages of Color #cbbabb

%0
%8
%8
%20

Triadic Colors of #cbbabb

#cbbabb #bbcbba #babbcb

Analogous Colors of #cbbabb

#cbbabb #cbc2ba #cbbac4

Monochromatic Colors of #cbbabb

#cbbabb

Complementary Color

#cbbabb #bacbca

#cbbabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbabb Color CSS Codes

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

#cbbabb Text Font Color

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

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


#cbbabb Background Color

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

This div background color is #cbbabb


#cbbabb Border Color

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

This div border color is #cbbabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbabb


Comments

No comments written yet.

Please login to write comment.