Color Hex Logo

#b4eafe Color Hex

#B4EAFE
(180,234,254)
0 Favorites   0 Comments

Color spaces of #b4eafe

RGB 180234254
HSL0.550.970.85
HSV196°29°100°
CMYK 0.290.080.00   0.00
XYZ66.134675.7047104.8927
Yxy75.70470.26800.3068
Hunter Lab87.0084-16.5880-10.5709
CIE-Lab89.7221-12.6342-15.2470

#b4eafe color RGB value is (180,234,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101010 11111110
Octal 264 352 376
Decimal 180 234 254
Hex B4 EA FE

RGB Percentages of Color #b4eafe

%26.95
%35.03
%38.02

CMYK Percentages of Color #b4eafe

%29
%8
%0
%0

Triadic Colors of #b4eafe

#b4eafe #feb4ea #eafeb4

Analogous Colors of #b4eafe

#b4eafe #b4c5fe #b4feed

Monochromatic Colors of #b4eafe

#b4eafe

Complementary Color

#b4eafe #fec8b4

#b4eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eafe Color CSS Codes

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

#b4eafe Text Font Color

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

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


#b4eafe Background Color

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

This div background color is #b4eafe


#b4eafe Border Color

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

This div border color is #b4eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eafe

Related Colors


Comments

No comments written yet.

Please login to write comment.