Color Hex Logo

#bfe5fe Color Hex

#BFE5FE
(191,229,254)
0 Favorites   0 Comments

Color spaces of #bfe5fe

RGB 191229254
HSL0.570.970.87
HSV204°25°100°
CMYK 0.250.100.00   0.00
XYZ67.394674.2707104.5495
Yxy74.27070.27370.3017
Hunter Lab86.1805-11.2257-11.6011
CIE-Lab89.0503-6.9425-16.1895

#bfe5fe color RGB value is (191,229,254).

#bfe5fe hex color red value is 191, green value is 229 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bfe5fe hue: 0.57 , saturation: 0.97 and the lightness value of bfe5fe is 0.87.

The process color (four color CMYK) of #bfe5fe color hex is 0.25, 0.10, 0.00, 0.00. Web safe color of #bfe5fe is #ccccff. Color #bfe5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 11111110
Octal 277 345 376
Decimal 191 229 254
Hex BF E5 FE

RGB Percentages of Color #bfe5fe

%28.34
%33.98
%37.69

CMYK Percentages of Color #bfe5fe

%25
%10
%0
%0

Triadic Colors of #bfe5fe

#bfe5fe #febfe5 #e5febf

Analogous Colors of #bfe5fe

#bfe5fe #bfc6fe #bffef8

Monochromatic Colors of #bfe5fe

#bfe5fe

Complementary Color

#bfe5fe #fed8bf

#bfe5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe5fe Color CSS Codes

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

#bfe5fe Text Font Color

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

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


#bfe5fe Background Color

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

This div background color is #bfe5fe


#bfe5fe Border Color

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

This div border color is #bfe5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe5fe

Related Colors


Comments

No comments written yet.

Please login to write comment.