Color Hex Logo

#bfebfa Color Hex

#BFEBFA
(191,235,250)
0 Favorites   0 Comments

Color spaces of #bfebfa

RGB 191235250
HSL0.540.860.86
HSV195°24°98°
CMYK 0.240.060.00   0.02
XYZ68.449577.3952101.7736
Yxy77.39520.27640.3126
Hunter Lab87.9745-15.0717-7.0076
CIE-Lab90.5032-10.8909-11.9225

#bfebfa color RGB value is (191,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101011 11111010
Octal 277 353 372
Decimal 191 235 250
Hex BF EB FA

RGB Percentages of Color #bfebfa

%28.25
%34.76
%36.98

CMYK Percentages of Color #bfebfa

%24
%6
%0
%2

Triadic Colors of #bfebfa

#bfebfa #fabfeb #ebfabf

Analogous Colors of #bfebfa

#bfebfa #bfcefa #bffaec

Monochromatic Colors of #bfebfa

#bfebfa

Complementary Color

#bfebfa #facebf

#bfebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfebfa Color CSS Codes

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

#bfebfa Text Font Color

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

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


#bfebfa Background Color

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

This div background color is #bfebfa


#bfebfa Border Color

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

This div border color is #bfebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.