Color Hex Logo

#bfeafb Color Hex

#BFEAFB
(191,234,251)
0 Favorites   0 Comments

Color spaces of #bfeafb

RGB 191234251
HSL0.550.880.87
HSV197°24°98°
CMYK 0.240.070.00   0.02
XYZ68.321376.8870102.5066
Yxy76.88700.27580.3104
Hunter Lab87.6852-14.3681-7.9321
CIE-Lab90.2696-10.1638-12.7937

#bfeafb color RGB value is (191,234,251).

#bfeafb hex color red value is 191, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bfeafb hue: 0.55 , saturation: 0.88 and the lightness value of bfeafb is 0.87.

The process color (four color CMYK) of #bfeafb color hex is 0.24, 0.07, 0.00, 0.02. Web safe color of #bfeafb is #ccffff. Color #bfeafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 11111011
Octal 277 352 373
Decimal 191 234 251
Hex BF EA FB

RGB Percentages of Color #bfeafb

%28.25
%34.62
%37.13

CMYK Percentages of Color #bfeafb

%24
%7
%0
%2

Triadic Colors of #bfeafb

#bfeafb #fbbfea #eafbbf

Analogous Colors of #bfeafb

#bfeafb #bfccfb #bffbee

Monochromatic Colors of #bfeafb

#bfeafb

Complementary Color

#bfeafb #fbd0bf

#bfeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeafb Color CSS Codes

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

#bfeafb Text Font Color

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

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


#bfeafb Background Color

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

This div background color is #bfeafb


#bfeafb Border Color

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

This div border color is #bfeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeafb


Comments

No comments written yet.

Please login to write comment.