Color Hex Logo

#bfecf9 Color Hex

#BFECF9
(191,236,249)
0 Favorites   0 Comments

Color spaces of #bfecf9

RGB 191236249
HSL0.540.830.86
HSV193°23°98°
CMYK 0.230.050.00   0.02
XYZ68.580277.9068101.0455
Yxy77.90680.27710.3147
Hunter Lab88.2648-15.7721-6.0898
CIE-Lab90.7374-11.6151-11.0514

#bfecf9 color RGB value is (191,236,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 11111001
Octal 277 354 371
Decimal 191 236 249
Hex BF EC F9

RGB Percentages of Color #bfecf9

%28.25
%34.91
%36.83

CMYK Percentages of Color #bfecf9

%23
%5
%0
%2

Triadic Colors of #bfecf9

#bfecf9 #f9bfec #ecf9bf

Analogous Colors of #bfecf9

#bfecf9 #bfcff9 #bff9e9

Monochromatic Colors of #bfecf9

#bfecf9

Complementary Color

#bfecf9 #f9ccbf

#bfecf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfecf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfecf9 Color CSS Codes

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

#bfecf9 Text Font Color

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

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


#bfecf9 Background Color

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

This div background color is #bfecf9


#bfecf9 Border Color

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

This div border color is #bfecf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfecf9


Comments

No comments written yet.

Please login to write comment.