Color Hex Logo

#b5deef Color Hex

#B5DEEF
(181,222,239)
0 Favorites   0 Comments

Color spaces of #b5deef

RGB 181222239
HSL0.550.640.82
HSV198°24°94°
CMYK 0.240.070.00   0.06
XYZ60.757368.298391.6420
Yxy68.29830.27530.3095
Hunter Lab82.6428-13.3953-7.8963
CIE-Lab86.1554-9.6099-12.7017

#b5deef color RGB value is (181,222,239).

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

The process color (four color CMYK) of #b5deef color hex is 0.24, 0.07, 0.00, 0.06. Web safe color of #b5deef is #ccccff. Color #b5deef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011110 11101111
Octal 265 336 357
Decimal 181 222 239
Hex B5 DE EF

RGB Percentages of Color #b5deef

%28.19
%34.58
%37.23

CMYK Percentages of Color #b5deef

%24
%7
%0
%6

Triadic Colors of #b5deef

#b5deef #efb5de #deefb5

Analogous Colors of #b5deef

#b5deef #b5c1ef #b5efe3

Monochromatic Colors of #b5deef

#b5deef

Complementary Color

#b5deef #efc6b5

#b5deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5deef Color CSS Codes

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

#b5deef Text Font Color

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

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


#b5deef Background Color

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

This div background color is #b5deef


#b5deef Border Color

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

This div border color is #b5deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5deef


Comments

No comments written yet.

Please login to write comment.