Color Hex Logo

#b4e0fa Color Hex

#B4E0FA
(180,224,250)
0 Favorites   0 Comments

Color spaces of #b4e0fa

RGB 180224250
HSL0.560.880.84
HSV202°28°98°
CMYK 0.280.100.00   0.02
XYZ62.733469.9167100.6314
Yxy69.91670.26890.2997
Hunter Lab83.6162-12.4080-12.8237
CIE-Lab86.9560-8.4409-17.3041

#b4e0fa color RGB value is (180,224,250).

#b4e0fa hex color red value is 180, green value is 224 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b4e0fa hue: 0.56 , saturation: 0.88 and the lightness value of b4e0fa is 0.84.

The process color (four color CMYK) of #b4e0fa color hex is 0.28, 0.10, 0.00, 0.02. Web safe color of #b4e0fa is #ccccff. Color #b4e0fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11100000 11111010
Octal 264 340 372
Decimal 180 224 250
Hex B4 E0 FA

RGB Percentages of Color #b4e0fa

%27.52
%34.25
%38.23

CMYK Percentages of Color #b4e0fa

%28
%10
%0
%2

Triadic Colors of #b4e0fa

#b4e0fa #fab4e0 #e0fab4

Analogous Colors of #b4e0fa

#b4e0fa #b4bdfa #b4faf1

Monochromatic Colors of #b4e0fa

#b4e0fa

Complementary Color

#b4e0fa #faceb4

#b4e0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4e0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4e0fa Color CSS Codes

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

#b4e0fa Text Font Color

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

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


#b4e0fa Background Color

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

This div background color is #b4e0fa


#b4e0fa Border Color

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

This div border color is #b4e0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4e0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.