Color Hex Logo

#b2fae1 Color Hex

#B2FAE1
(178,250,225)
0 Favorites   0 Comments

Color spaces of #b2fae1

RGB 178250225
HSL0.440.880.84
HSV159°29°98°
CMYK 0.290.000.10   0.02
XYZ66.136383.272483.8216
Yxy83.27240.28360.3570
Hunter Lab91.2537-30.32589.4164
CIE-Lab93.1336-27.33524.8615

#b2fae1 color RGB value is (178,250,225).

#b2fae1 hex color red value is 178, green value is 250 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b2fae1 hue: 0.44 , saturation: 0.88 and the lightness value of b2fae1 is 0.84.

The process color (four color CMYK) of #b2fae1 color hex is 0.29, 0.00, 0.10, 0.02. Web safe color of #b2fae1 is #99ffcc. Color #b2fae1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111010 11100001
Octal 262 372 341
Decimal 178 250 225
Hex B2 FA E1

RGB Percentages of Color #b2fae1

%27.26
%38.28
%34.46

CMYK Percentages of Color #b2fae1

%29
%0
%10
%2

Triadic Colors of #b2fae1

#b2fae1 #e1b2fa #fae1b2

Analogous Colors of #b2fae1

#b2fae1 #b2effa #b2fabd

Monochromatic Colors of #b2fae1

#b2fae1

Complementary Color

#b2fae1 #fab2cb

#b2fae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fae1 Color CSS Codes

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

#b2fae1 Text Font Color

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

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


#b2fae1 Background Color

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

This div background color is #b2fae1


#b2fae1 Border Color

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

This div border color is #b2fae1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,250,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fae1


Comments

No comments written yet.

Please login to write comment.