Color Hex Logo

#b5daee Color Hex

#B5DAEE
(181,218,238)
0 Favorites   0 Comments

Color spaces of #b5daee

RGB 181218238
HSL0.560.630.82
HSV201°24°93°
CMYK 0.240.080.00   0.07
XYZ59.560166.139690.5160
Yxy66.13960.27550.3059
Hunter Lab81.3263-11.5947-9.0613
CIE-Lab85.0676-7.7689-13.8006

#b5daee color RGB value is (181,218,238).

#b5daee hex color red value is 181, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b5daee hue: 0.56 , saturation: 0.63 and the lightness value of b5daee is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011010 11101110
Octal 265 332 356
Decimal 181 218 238
Hex B5 DA EE

RGB Percentages of Color #b5daee

%28.41
%34.22
%37.36

CMYK Percentages of Color #b5daee

%24
%8
%0
%7

Triadic Colors of #b5daee

#b5daee #eeb5da #daeeb5

Analogous Colors of #b5daee

#b5daee #b5beee #b5eee6

Monochromatic Colors of #b5daee

#b5daee

Complementary Color

#b5daee #eec9b5

#b5daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5daee Color CSS Codes

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

#b5daee Text Font Color

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

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


#b5daee Background Color

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

This div background color is #b5daee


#b5daee Border Color

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

This div border color is #b5daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5daee


Comments

No comments written yet.

Please login to write comment.