Color Hex Logo

#b4e1ff Color Hex

#B4E1FF
(180,225,255)
0 Favorites   0 Comments

Color spaces of #b4e1ff

RGB 180225255
HSL0.571.000.85
HSV204°29°100°
CMYK 0.290.120.00   0.00
XYZ63.797670.7737104.9059
Yxy70.77370.26640.2955
Hunter Lab84.1271-11.8574-15.0452
CIE-Lab87.3749-7.7989-19.3020

#b4e1ff color RGB value is (180,225,255).

#b4e1ff hex color red value is 180, green value is 225 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b4e1ff hue: 0.57 , saturation: 1.00 and the lightness value of b4e1ff is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11100001 11111111
Octal 264 341 377
Decimal 180 225 255
Hex B4 E1 FF

RGB Percentages of Color #b4e1ff

%27.27
%34.09
%38.64

CMYK Percentages of Color #b4e1ff

%29
%12
%0
%0

Triadic Colors of #b4e1ff

#b4e1ff #ffb4e1 #e1ffb4

Analogous Colors of #b4e1ff

#b4e1ff #b4bcff #b4fff8

Monochromatic Colors of #b4e1ff

#b4e1ff

Complementary Color

#b4e1ff #ffd2b4

#b4e1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4e1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4e1ff Color CSS Codes

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

#b4e1ff Text Font Color

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

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


#b4e1ff Background Color

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

This div background color is #b4e1ff


#b4e1ff Border Color

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

This div border color is #b4e1ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,225,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4e1ff

#b4e1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.