Color Hex Logo

#bfe4f9 Color Hex

#BFE4F9
(191,228,249)
0 Favorites   0 Comments

Color spaces of #bfe4f9

RGB 191228249
HSL0.560.830.86
HSV202°23°98°
CMYK 0.230.080.00   0.02
XYZ66.328173.4027100.2948
Yxy73.40270.27630.3058
Hunter Lab85.6754-11.7409-9.4343
CIE-Lab88.6394-7.5360-14.1842

#bfe4f9 color RGB value is (191,228,249).

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

The process color (four color CMYK) of #bfe4f9 color hex is 0.23, 0.08, 0.00, 0.02. Web safe color of #bfe4f9 is #ccccff. Color #bfe4f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 11111001
Octal 277 344 371
Decimal 191 228 249
Hex BF E4 F9

RGB Percentages of Color #bfe4f9

%28.59
%34.13
%37.28

CMYK Percentages of Color #bfe4f9

%23
%8
%0
%2

Triadic Colors of #bfe4f9

#bfe4f9 #f9bfe4 #e4f9bf

Analogous Colors of #bfe4f9

#bfe4f9 #bfc7f9 #bff9f1

Monochromatic Colors of #bfe4f9

#bfe4f9

Complementary Color

#bfe4f9 #f9d4bf

#bfe4f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe4f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe4f9 Color CSS Codes

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

#bfe4f9 Text Font Color

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

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


#bfe4f9 Background Color

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

This div background color is #bfe4f9


#bfe4f9 Border Color

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

This div border color is #bfe4f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe4f9


Comments

No comments written yet.

Please login to write comment.