color codes Logo

#b5eefa color codes

#B5EEFA
(181,238,250)
0 Favorites   0 Comments

Color spaces of #b5eefa

RGB 181238250
HSL0.530.870.85
HSV190°28°98°
CMYK 0.280.050.00   0.02
XYZ66.885977.8750101.9486
Yxy77.87500.27110.3157
Hunter Lab88.2468-19.1394-6.7230
CIE-Lab90.7228-15.2764-11.6559

#b5eefa color RGB value is (181,238,250).

#b5eefa hex color red value is 181, green value is 238 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b5eefa hue: 0.53 , saturation: 0.87 and the lightness value of b5eefa is 0.85.

The process color (four color CMYK) of #b5eefa color code is 0.28, 0.05, 0.00, 0.02. Web safe color of #b5eefa is #ccffff. Color #b5eefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101110 11111010
Octal 265 356 372
Decimal 181 238 250
Hex B5 EE FA

RGB Percentages of Color #b5eefa

%27.06
%35.58
%37.37

CMYK Percentages of Color #b5eefa

%28
%5
%0
%2

Triadic Colors of #b5eefa

#b5eefa #fab5ee #eefab5

Analogous Colors of #b5eefa

#b5eefa #b5ccfa #b5fae4

Monochromatic Colors of #b5eefa

#b5eefa

Complementary Color

#b5eefa #fac1b5

#b5eefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eefa Color CSS Codes

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

#b5eefa Text Font Color

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

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


#b5eefa Background Color

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

This div background color is #b5eefa


#b5eefa Border Color

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

This div border color is #b5eefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eefa


Comments

No comments written yet.

Please login to write comment.