Color Hex Logo

#bffedb Color Hex

#BFFEDB
(191,254,219)
0 Favorites   0 Comments

Color spaces of #bffedb

RGB 191254219
HSL0.410.970.87
HSV147°25°100°
CMYK 0.250.000.14   0.00
XYZ69.713987.074580.1506
Yxy87.07450.29420.3675
Hunter Lab93.3137-29.943114.3932
CIE-Lab94.7699-26.538910.3987

#bffedb color RGB value is (191,254,219).

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

The process color (four color CMYK) of #bffedb color hex is 0.25, 0.00, 0.14, 0.00. Web safe color of #bffedb is #ccffcc. Color #bffedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111110 11011011
Octal 277 376 333
Decimal 191 254 219
Hex BF FE DB

RGB Percentages of Color #bffedb

%28.77
%38.25
%32.98

CMYK Percentages of Color #bffedb

%25
%0
%14
%0

Triadic Colors of #bffedb

#bffedb #dbbffe #fedbbf

Analogous Colors of #bffedb

#bffedb #bffefb #c3febf

Monochromatic Colors of #bffedb

#bffedb

Complementary Color

#bffedb #febfe2

#bffedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffedb Color CSS Codes

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

#bffedb Text Font Color

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

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


#bffedb Background Color

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

This div background color is #bffedb


#bffedb Border Color

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

This div border color is #bffedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffedb


Comments

No comments written yet.

Please login to write comment.