Color Hex Logo

#b2ecfe Color Hex

#B2ECFE
(178,236,254)
0 Favorites   0 Comments

Color spaces of #b2ecfe

RGB 178236254
HSL0.540.970.85
HSV194°30°100°
CMYK 0.300.070.00   0.00
XYZ66.244976.6116105.0620
Yxy76.61160.26720.3090
Hunter Lab87.5281-18.0778-9.8976
CIE-Lab90.1425-14.2005-14.6282

#b2ecfe color RGB value is (178,236,254).

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

The process color (four color CMYK) of #b2ecfe color hex is 0.30, 0.07, 0.00, 0.00. Web safe color of #b2ecfe is #99ffff. Color #b2ecfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101100 11111110
Octal 262 354 376
Decimal 178 236 254
Hex B2 EC FE

RGB Percentages of Color #b2ecfe

%26.65
%35.33
%38.02

CMYK Percentages of Color #b2ecfe

%30
%7
%0
%0

Triadic Colors of #b2ecfe

#b2ecfe #feb2ec #ecfeb2

Analogous Colors of #b2ecfe

#b2ecfe #b2c6fe #b2feea

Monochromatic Colors of #b2ecfe

#b2ecfe

Complementary Color

#b2ecfe #fec4b2

#b2ecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ecfe Color CSS Codes

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

#b2ecfe Text Font Color

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

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


#b2ecfe Background Color

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

This div background color is #b2ecfe


#b2ecfe Border Color

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

This div border color is #b2ecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ecfe


Comments

No comments written yet.

Please login to write comment.