Color Hex Logo

#b5daed Color Hex

#B5DAED
(181,218,237)
0 Favorites   0 Comments

Color spaces of #b5daed

RGB 181218237
HSL0.560.610.82
HSV200°24°93°
CMYK 0.240.080.00   0.07
XYZ59.413566.081089.7442
Yxy66.08100.27600.3070
Hunter Lab81.2902-11.7956-8.5529
CIE-Lab85.0377-7.9915-13.3161

#b5daed color RGB value is (181,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011010 11101101
Octal 265 332 355
Decimal 181 218 237
Hex B5 DA ED

RGB Percentages of Color #b5daed

%28.46
%34.28
%37.26

CMYK Percentages of Color #b5daed

%24
%8
%0
%7

Triadic Colors of #b5daed

#b5daed #edb5da #daedb5

Analogous Colors of #b5daed

#b5daed #b5beed #b5ede4

Monochromatic Colors of #b5daed

#b5daed

Complementary Color

#b5daed #edc8b5

#b5daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5daed Color CSS Codes

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

#b5daed Text Font Color

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

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


#b5daed Background Color

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

This div background color is #b5daed


#b5daed Border Color

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

This div border color is #b5daed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5daed


Comments

No comments written yet.

Please login to write comment.