Color Hex Logo

#bffae1 Color Hex

#BFFAE1
(191,250,225)
0 Favorites   0 Comments

Color spaces of #bffae1

RGB 191250225
HSL0.430.860.86
HSV155°24°98°
CMYK 0.240.000.10   0.02
XYZ69.262184.883883.9679
Yxy84.88380.29090.3565
Hunter Lab92.1324-27.041310.4568
CIE-Lab93.8330-23.47705.9609

#bffae1 color RGB value is (191,250,225).

#bffae1 hex color red value is 191, green value is 250 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bffae1 hue: 0.43 , saturation: 0.86 and the lightness value of bffae1 is 0.86.

The process color (four color CMYK) of #bffae1 color hex is 0.24, 0.00, 0.10, 0.02. Web safe color of #bffae1 is #ccffcc. Color #bffae1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111010 11100001
Octal 277 372 341
Decimal 191 250 225
Hex BF FA E1

RGB Percentages of Color #bffae1

%28.68
%37.54
%33.78

CMYK Percentages of Color #bffae1

%24
%0
%10
%2

Triadic Colors of #bffae1

#bffae1 #e1bffa #fae1bf

Analogous Colors of #bffae1

#bffae1 #bff6fa #bffac4

Monochromatic Colors of #bffae1

#bffae1

Complementary Color

#bffae1 #fabfd8

#bffae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffae1 Color CSS Codes

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

#bffae1 Text Font Color

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

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


#bffae1 Background Color

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

This div background color is #bffae1


#bffae1 Border Color

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

This div border color is #bffae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffae1


Comments

No comments written yet.

Please login to write comment.