Color Hex Logo

#bfeefa Color Hex

#BFEEFA
(191,238,250)
0 Favorites   0 Comments

Color spaces of #bfeefa

RGB 191238250
HSL0.530.860.86
HSV192°24°98°
CMYK 0.240.050.00   0.02
XYZ69.315779.1276102.0623
Yxy79.12760.27670.3159
Hunter Lab88.9537-16.5758-5.7596
CIE-Lab91.2920-12.4083-10.7473

#bfeefa color RGB value is (191,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 11111010
Octal 277 356 372
Decimal 191 238 250
Hex BF EE FA

RGB Percentages of Color #bfeefa

%28.13
%35.05
%36.82

CMYK Percentages of Color #bfeefa

%24
%5
%0
%2

Triadic Colors of #bfeefa

#bfeefa #fabfee #eefabf

Analogous Colors of #bfeefa

#bfeefa #bfd1fa #bffae9

Monochromatic Colors of #bfeefa

#bfeefa

Complementary Color

#bfeefa #facbbf

#bfeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeefa Color CSS Codes

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

#bfeefa Text Font Color

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

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


#bfeefa Background Color

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

This div background color is #bfeefa


#bfeefa Border Color

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

This div border color is #bfeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeefa


Comments

No comments written yet.

Please login to write comment.