Color Hex Logo

#b5deeb Color Hex

#B5DEEB
(181,222,235)
0 Favorites   0 Comments

Color spaces of #b5deeb

RGB 181222235
HSL0.540.570.82
HSV194°23°92°
CMYK 0.230.060.00   0.08
XYZ60.172768.064588.5636
Yxy68.06450.27750.3139
Hunter Lab82.5012-14.1872-5.8959
CIE-Lab86.0387-10.4928-10.7644

#b5deeb color RGB value is (181,222,235).

#b5deeb hex color red value is 181, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b5deeb hue: 0.54 , saturation: 0.57 and the lightness value of b5deeb is 0.82.

The process color (four color CMYK) of #b5deeb color hex is 0.23, 0.06, 0.00, 0.08. Web safe color of #b5deeb is #ccccff. Color #b5deeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011110 11101011
Octal 265 336 353
Decimal 181 222 235
Hex B5 DE EB

RGB Percentages of Color #b5deeb

%28.37
%34.80
%36.83

CMYK Percentages of Color #b5deeb

%23
%6
%0
%8

Triadic Colors of #b5deeb

#b5deeb #ebb5de #deebb5

Analogous Colors of #b5deeb

#b5deeb #b5c3eb #b5ebdd

Monochromatic Colors of #b5deeb

#b5deeb

Complementary Color

#b5deeb #ebc2b5

#b5deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5deeb Color CSS Codes

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

#b5deeb Text Font Color

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

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


#b5deeb Background Color

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

This div background color is #b5deeb


#b5deeb Border Color

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

This div border color is #b5deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5deeb


Comments

No comments written yet.

Please login to write comment.