Color Hex Logo

#b4e4fc Color Hex

#B4E4FC
(180,228,252)
0 Favorites   0 Comments

Color spaces of #b4e4fc

RGB 180228252
HSL0.560.920.85
HSV200°29°99°
CMYK 0.290.100.00   0.01
XYZ64.136572.2184102.6546
Yxy72.21840.26830.3022
Hunter Lab84.9814-14.0014-12.1333
CIE-Lab88.0736-10.0366-16.6741

#b4e4fc color RGB value is (180,228,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11100100 11111100
Octal 264 344 374
Decimal 180 228 252
Hex B4 E4 FC

RGB Percentages of Color #b4e4fc

%27.27
%34.55
%38.18

CMYK Percentages of Color #b4e4fc

%29
%10
%0
%1

Triadic Colors of #b4e4fc

#b4e4fc #fcb4e4 #e4fcb4

Analogous Colors of #b4e4fc

#b4e4fc #b4c0fc #b4fcf0

Monochromatic Colors of #b4e4fc

#b4e4fc

Complementary Color

#b4e4fc #fcccb4

#b4e4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4e4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4e4fc Color CSS Codes

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

#b4e4fc Text Font Color

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

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


#b4e4fc Background Color

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

This div background color is #b4e4fc


#b4e4fc Border Color

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

This div border color is #b4e4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4e4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.