Color Hex Logo

#b5ddeb Color Hex

#B5DDEB
(181,221,235)
0 Favorites   0 Comments

Color spaces of #b5ddeb

RGB 181221235
HSL0.540.570.82
HSV196°23°92°
CMYK 0.230.060.00   0.08
XYZ59.907967.534888.4753
Yxy67.53480.27750.3128
Hunter Lab82.1796-13.6899-6.3065
CIE-Lab85.7733-9.9796-11.1599

#b5ddeb color RGB value is (181,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011101 11101011
Octal 265 335 353
Decimal 181 221 235
Hex B5 DD EB

RGB Percentages of Color #b5ddeb

%28.41
%34.69
%36.89

CMYK Percentages of Color #b5ddeb

%23
%6
%0
%8

Triadic Colors of #b5ddeb

#b5ddeb #ebb5dd #ddebb5

Analogous Colors of #b5ddeb

#b5ddeb #b5c2eb #b5ebde

Monochromatic Colors of #b5ddeb

#b5ddeb

Complementary Color

#b5ddeb #ebc3b5

#b5ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ddeb Color CSS Codes

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

#b5ddeb Text Font Color

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

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


#b5ddeb Background Color

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

This div background color is #b5ddeb


#b5ddeb Border Color

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

This div border color is #b5ddeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,221,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 #b5ddeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ddeb


Comments

No comments written yet.

Please login to write comment.