Color Hex Logo

#b4ebff Color Hex

#B4EBFF
(180,235,255)
0 Favorites   0 Comments

Color spaces of #b4ebff

RGB 180235255
HSL0.541.000.85
HSV196°29°100°
CMYK 0.290.080.00   0.00
XYZ66.580776.3400105.8337
Yxy76.34000.26770.3069
Hunter Lab87.3728-16.8799-10.6564
CIE-Lab90.0170-12.9114-15.3274

#b4ebff color RGB value is (180,235,255).

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

The process color (four color CMYK) of #b4ebff color hex is 0.29, 0.08, 0.00, 0.00. Web safe color of #b4ebff is #ccffff. Color #b4ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101011 11111111
Octal 264 353 377
Decimal 180 235 255
Hex B4 EB FF

RGB Percentages of Color #b4ebff

%26.87
%35.07
%38.06

CMYK Percentages of Color #b4ebff

%29
%8
%0
%0

Triadic Colors of #b4ebff

#b4ebff #ffb4eb #ebffb4

Analogous Colors of #b4ebff

#b4ebff #b4c6ff #b4ffee

Monochromatic Colors of #b4ebff

#b4ebff

Complementary Color

#b4ebff #ffc8b4

#b4ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ebff Color CSS Codes

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

#b4ebff Text Font Color

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

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


#b4ebff Background Color

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

This div background color is #b4ebff


#b4ebff Border Color

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

This div border color is #b4ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ebff

Related Colors

#b4ebff Color Palettes


Comments

No comments written yet.

Please login to write comment.