Color Hex Logo

#b5cccb Color Hex

#B5CCCB
(181,204,203)
0 Favorites   0 Comments

Color spaces of #b5cccb

RGB 181204203
HSL0.490.180.75
HSV177°11°80°
CMYK 0.110.000.00   0.20
XYZ51.428457.321364.8535
Yxy57.32130.29620.3302
Hunter Lab75.7108-11.24352.2101
CIE-Lab80.3600-7.9098-2.1377

#b5cccb color RGB value is (181,204,203).

#b5cccb hex color red value is 181, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b5cccb hue: 0.49 , saturation: 0.18 and the lightness value of b5cccb is 0.75.

The process color (four color CMYK) of #b5cccb color hex is 0.11, 0.00, 0.00, 0.20. Web safe color of #b5cccb is #cccccc. Color #b5cccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 11001011
Octal 265 314 313
Decimal 181 204 203
Hex B5 CC CB

RGB Percentages of Color #b5cccb

%30.78
%34.69
%34.52

CMYK Percentages of Color #b5cccb

%11
%0
%0
%20

Triadic Colors of #b5cccb

#b5cccb #cbb5cc #cccbb5

Analogous Colors of #b5cccb

#b5cccb #b5c2cc #b5ccc0

Monochromatic Colors of #b5cccb

#b5cccb

Complementary Color

#b5cccb #ccb5b6

#b5cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cccb Color CSS Codes

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

#b5cccb Text Font Color

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

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


#b5cccb Background Color

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

This div background color is #b5cccb


#b5cccb Border Color

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

This div border color is #b5cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cccb


Comments

No comments written yet.

Please login to write comment.