Color Hex Logo

#b5cbc8 Color Hex

#B5CBC8
(181,203,200)
0 Favorites   0 Comments

Color spaces of #b5cbc8

RGB 181203200
HSL0.480.170.75
HSV172°11°80°
CMYK 0.110.000.01   0.20
XYZ50.837356.705862.9095
Yxy56.70580.29820.3327
Hunter Lab75.3033-11.27523.1805
CIE-Lab80.0138-7.9848-1.0360

#b5cbc8 color RGB value is (181,203,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001011 11001000
Octal 265 313 310
Decimal 181 203 200
Hex B5 CB C8

RGB Percentages of Color #b5cbc8

%30.99
%34.76
%34.25

CMYK Percentages of Color #b5cbc8

%11
%0
%1
%20

Triadic Colors of #b5cbc8

#b5cbc8 #c8b5cb #cbc8b5

Analogous Colors of #b5cbc8

#b5cbc8 #b5c3cb #b5cbbd

Monochromatic Colors of #b5cbc8

#b5cbc8

Complementary Color

#b5cbc8 #cbb5b8

#b5cbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cbc8 Color CSS Codes

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

#b5cbc8 Text Font Color

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

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


#b5cbc8 Background Color

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

This div background color is #b5cbc8


#b5cbc8 Border Color

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

This div border color is #b5cbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cbc8


Comments

No comments written yet.

Please login to write comment.