Color Hex Logo

#b5dafe Color Hex

#B5DAFE
(181,218,254)
0 Favorites   0 Comments

Color spaces of #b5dafe

RGB 181218254
HSL0.580.970.85
HSV210°29°100°
CMYK 0.290.140.00   0.00
XYZ62.016967.1223103.4532
Yxy67.12230.26660.2886
Hunter Lab81.9282-8.2558-17.5175
CIE-Lab85.5657-4.1119-21.5054

#b5dafe color RGB value is (181,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011010 11111110
Octal 265 332 376
Decimal 181 218 254
Hex B5 DA FE

RGB Percentages of Color #b5dafe

%27.72
%33.38
%38.90

CMYK Percentages of Color #b5dafe

%29
%14
%0
%0

Triadic Colors of #b5dafe

#b5dafe #feb5da #dafeb5

Analogous Colors of #b5dafe

#b5dafe #b5b6fe #b5fefe

Monochromatic Colors of #b5dafe

#b5dafe

Complementary Color

#b5dafe #fed9b5

#b5dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dafe Color CSS Codes

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

#b5dafe Text Font Color

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

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


#b5dafe Background Color

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

This div background color is #b5dafe


#b5dafe Border Color

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

This div border color is #b5dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.