Color Hex Logo

#b4e8fc Color Hex

#B4E8FC
(180,232,252)
0 Favorites   0 Comments

Color spaces of #b4e8fc

RGB 180232252
HSL0.550.920.85
HSV197°29°99°
CMYK 0.290.080.00   0.01
XYZ65.249774.4448103.0257
Yxy74.44480.26880.3067
Hunter Lab86.2814-16.0031-10.3992
CIE-Lab89.1323-12.0771-15.0848

#b4e8fc color RGB value is (180,232,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101000 11111100
Octal 264 350 374
Decimal 180 232 252
Hex B4 E8 FC

RGB Percentages of Color #b4e8fc

%27.11
%34.94
%37.95

CMYK Percentages of Color #b4e8fc

%29
%8
%0
%1

Triadic Colors of #b4e8fc

#b4e8fc #fcb4e8 #e8fcb4

Analogous Colors of #b4e8fc

#b4e8fc #b4c4fc #b4fcec

Monochromatic Colors of #b4e8fc

#b4e8fc

Complementary Color

#b4e8fc #fcc8b4

#b4e8fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4e8fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4e8fc Color CSS Codes

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

#b4e8fc Text Font Color

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

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


#b4e8fc Background Color

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

This div background color is #b4e8fc


#b4e8fc Border Color

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

This div border color is #b4e8fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4e8fc


Comments

No comments written yet.

Please login to write comment.