Color Hex Logo

#b5ddfd Color Hex

#B5DDFD
(181,221,253)
0 Favorites   0 Comments

Color spaces of #b5ddfd

RGB 181221253
HSL0.570.950.85
HSV207°28°99°
CMYK 0.280.130.00   0.01
XYZ62.642168.6285102.8735
Yxy68.62850.26750.2931
Hunter Lab82.8423-9.9994-15.6366
CIE-Lab86.3198-5.9098-19.8373

#b5ddfd color RGB value is (181,221,253).

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

The process color (four color CMYK) of #b5ddfd color hex is 0.28, 0.13, 0.00, 0.01. Web safe color of #b5ddfd is #ccccff. Color #b5ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011101 11111101
Octal 265 335 375
Decimal 181 221 253
Hex B5 DD FD

RGB Percentages of Color #b5ddfd

%27.63
%33.74
%38.63

CMYK Percentages of Color #b5ddfd

%28
%13
%0
%1

Triadic Colors of #b5ddfd

#b5ddfd #fdb5dd #ddfdb5

Analogous Colors of #b5ddfd

#b5ddfd #b5b9fd #b5fdf9

Monochromatic Colors of #b5ddfd

#b5ddfd

Complementary Color

#b5ddfd #fdd5b5

#b5ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ddfd Color CSS Codes

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

#b5ddfd Text Font Color

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

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


#b5ddfd Background Color

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

This div background color is #b5ddfd


#b5ddfd Border Color

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

This div border color is #b5ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ddfd


Comments

No comments written yet.

Please login to write comment.