Color Hex Logo

#b5ddfe Color Hex

#B5DDFE
(181,221,254)
0 Favorites   0 Comments

Color spaces of #b5ddfe

RGB 181221254
HSL0.580.970.85
HSV207°29°100°
CMYK 0.290.130.00   0.00
XYZ62.801968.6924103.7149
Yxy68.69240.26700.2920
Hunter Lab82.8809-9.7855-16.1773
CIE-Lab86.3515-5.6770-20.3162

#b5ddfe color RGB value is (181,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011101 11111110
Octal 265 335 376
Decimal 181 221 254
Hex B5 DD FE

RGB Percentages of Color #b5ddfe

%27.59
%33.69
%38.72

CMYK Percentages of Color #b5ddfe

%29
%13
%0
%0

Triadic Colors of #b5ddfe

#b5ddfe #feb5dd #ddfeb5

Analogous Colors of #b5ddfe

#b5ddfe #b5b9fe #b5fefb

Monochromatic Colors of #b5ddfe

#b5ddfe

Complementary Color

#b5ddfe #fed6b5

#b5ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ddfe Color CSS Codes

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

#b5ddfe Text Font Color

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

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


#b5ddfe Background Color

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

This div background color is #b5ddfe


#b5ddfe Border Color

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

This div border color is #b5ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ddfe


Comments

No comments written yet.

Please login to write comment.