Color Hex Logo

#cbbbb0 Color Hex

#CBBBB0
(203,187,176)
0 Favorites   0 Comments

Color spaces of #cbbbb0

RGB 203187176
HSL0.070.210.74
HSV24°13°80°
CMYK 0.000.080.13   0.20
XYZ50.235451.371748.3423
Yxy51.37170.33500.3426
Hunter Lab71.6741-0.321310.1823
CIE-Lab76.90363.81317.6028

#cbbbb0 color RGB value is (203,187,176).

#cbbbb0 hex color red value is 203, green value is 187 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cbbbb0 hue: 0.07 , saturation: 0.21 and the lightness value of cbbbb0 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 10110000
Octal 313 273 260
Decimal 203 187 176
Hex CB BB B0

RGB Percentages of Color #cbbbb0

%35.87
%33.04
%31.10

CMYK Percentages of Color #cbbbb0

%0
%8
%13
%20

Triadic Colors of #cbbbb0

#cbbbb0 #b0cbbb #bbb0cb

Analogous Colors of #cbbbb0

#cbbbb0 #cbc9b0 #cbb0b3

Monochromatic Colors of #cbbbb0

#cbbbb0

Complementary Color

#cbbbb0 #b0c0cb

#cbbbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbbb0 Color CSS Codes

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

#cbbbb0 Text Font Color

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

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


#cbbbb0 Background Color

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

This div background color is #cbbbb0


#cbbbb0 Border Color

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

This div border color is #cbbbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbbb0


Comments

No comments written yet.

Please login to write comment.