Color Hex Logo

#bfedf9 Color Hex

#BFEDF9
(191,237,249)
0 Favorites   0 Comments

Color spaces of #bfedf9

RGB 191237249
HSL0.530.830.86
HSV192°23°98°
CMYK 0.230.050.00   0.02
XYZ68.868978.4843101.1417
Yxy78.48430.27710.3158
Hunter Lab88.5914-16.2731-5.6754
CIE-Lab91.0004-12.1207-10.6597

#bfedf9 color RGB value is (191,237,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101101 11111001
Octal 277 355 371
Decimal 191 237 249
Hex BF ED F9

RGB Percentages of Color #bfedf9

%28.21
%35.01
%36.78

CMYK Percentages of Color #bfedf9

%23
%5
%0
%2

Triadic Colors of #bfedf9

#bfedf9 #f9bfed #edf9bf

Analogous Colors of #bfedf9

#bfedf9 #bfd0f9 #bff9e8

Monochromatic Colors of #bfedf9

#bfedf9

Complementary Color

#bfedf9 #f9cbbf

#bfedf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfedf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfedf9 Color CSS Codes

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

#bfedf9 Text Font Color

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

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


#bfedf9 Background Color

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

This div background color is #bfedf9


#bfedf9 Border Color

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

This div border color is #bfedf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfedf9


Comments

No comments written yet.

Please login to write comment.