Color Hex Logo

#bfeaf9 Color Hex

#BFEAF9
(191,234,249)
0 Favorites   0 Comments

Color spaces of #bfeaf9

RGB 191234249
HSL0.540.830.86
HSV196°23°98°
CMYK 0.230.060.00   0.02
XYZ68.007676.7616100.8546
Yxy76.76160.27690.3125
Hunter Lab87.6137-14.7685-6.9208
CIE-Lab90.2118-10.6012-11.8346

#bfeaf9 color RGB value is (191,234,249).

#bfeaf9 hex color red value is 191, green value is 234 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #bfeaf9 hue: 0.54 , saturation: 0.83 and the lightness value of bfeaf9 is 0.86.

The process color (four color CMYK) of #bfeaf9 color hex is 0.23, 0.06, 0.00, 0.02. Web safe color of #bfeaf9 is #ccffff. Color #bfeaf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 11111001
Octal 277 352 371
Decimal 191 234 249
Hex BF EA F9

RGB Percentages of Color #bfeaf9

%28.34
%34.72
%36.94

CMYK Percentages of Color #bfeaf9

%23
%6
%0
%2

Triadic Colors of #bfeaf9

#bfeaf9 #f9bfea #eaf9bf

Analogous Colors of #bfeaf9

#bfeaf9 #bfcdf9 #bff9eb

Monochromatic Colors of #bfeaf9

#bfeaf9

Complementary Color

#bfeaf9 #f9cebf

#bfeaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeaf9 Color CSS Codes

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

#bfeaf9 Text Font Color

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

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


#bfeaf9 Background Color

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

This div background color is #bfeaf9


#bfeaf9 Border Color

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

This div border color is #bfeaf9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,234,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeaf9


Comments

No comments written yet.

Please login to write comment.