Color Hex Logo

#bff9de Color Hex

#BFF9DE
(191,249,222)
0 Favorites   0 Comments

Color spaces of #bff9de

RGB 191249222
HSL0.420.830.86
HSV152°23°98°
CMYK 0.230.000.11   0.02
XYZ68.546484.101781.7277
Yxy84.10170.29250.3588
Hunter Lab91.7070-27.067411.3566
CIE-Lab93.4947-23.57377.0233

#bff9de color RGB value is (191,249,222).

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

The process color (four color CMYK) of #bff9de color hex is 0.23, 0.00, 0.11, 0.02. Web safe color of #bff9de is #ccffcc. Color #bff9de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 11011110
Octal 277 371 336
Decimal 191 249 222
Hex BF F9 DE

RGB Percentages of Color #bff9de

%28.85
%37.61
%33.53

CMYK Percentages of Color #bff9de

%23
%0
%11
%2

Triadic Colors of #bff9de

#bff9de #debff9 #f9debf

Analogous Colors of #bff9de

#bff9de #bff7f9 #bff9c1

Monochromatic Colors of #bff9de

#bff9de

Complementary Color

#bff9de #f9bfda

#bff9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff9de Color CSS Codes

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

#bff9de Text Font Color

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

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


#bff9de Background Color

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

This div background color is #bff9de


#bff9de Border Color

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

This div border color is #bff9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff9de


Comments

No comments written yet.

Please login to write comment.