Color Hex Logo

#bffadb Color Hex

#BFFADB
(191,250,219)
0 Favorites   0 Comments

Color spaces of #bffadb

RGB 191250219
HSL0.410.860.86
HSV148°24°98°
CMYK 0.240.000.12   0.02
XYZ68.457684.562179.7318
Yxy84.56210.29410.3633
Hunter Lab91.9577-28.042112.9630
CIE-Lab93.6941-24.62708.8590

#bffadb color RGB value is (191,250,219).

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

The process color (four color CMYK) of #bffadb color hex is 0.24, 0.00, 0.12, 0.02. Web safe color of #bffadb is #ccffcc. Color #bffadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111010 11011011
Octal 277 372 333
Decimal 191 250 219
Hex BF FA DB

RGB Percentages of Color #bffadb

%28.94
%37.88
%33.18

CMYK Percentages of Color #bffadb

%24
%0
%12
%2

Triadic Colors of #bffadb

#bffadb #dbbffa #fadbbf

Analogous Colors of #bffadb

#bffadb #bffaf9 #c1fabf

Monochromatic Colors of #bffadb

#bffadb

Complementary Color

#bffadb #fabfde

#bffadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffadb Color CSS Codes

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

#bffadb Text Font Color

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

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


#bffadb Background Color

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

This div background color is #bffadb


#bffadb Border Color

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

This div border color is #bffadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffadb


Comments

No comments written yet.

Please login to write comment.