Color Hex Logo

#bff099 Color Hex

#BFF099
(191,240,153)
0 Favorites   0 Comments

Color spaces of #bff099

RGB 191240153
HSL0.260.740.77
HSV94°36°94°
CMYK 0.200.000.36   0.06
XYZ58.395775.696441.6701
Yxy75.69640.33220.4307
Hunter Lab87.0037-32.449632.5058
CIE-Lab89.7182-30.621337.0667

#bff099 color RGB value is (191,240,153).

#bff099 hex color red value is 191, green value is 240 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bff099 hue: 0.26 , saturation: 0.74 and the lightness value of bff099 is 0.77.

The process color (four color CMYK) of #bff099 color hex is 0.20, 0.00, 0.36, 0.06. Web safe color of #bff099 is #ccff99. Color #bff099 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110000 10011001
Octal 277 360 231
Decimal 191 240 153
Hex BF F0 99

RGB Percentages of Color #bff099

%32.71
%41.10
%26.20

CMYK Percentages of Color #bff099

%20
%0
%36
%6

Triadic Colors of #bff099

#bff099 #99bff0 #f099bf

Analogous Colors of #bff099

#bff099 #99f09f #ebf099

Monochromatic Colors of #bff099

#bff099

Complementary Color

#bff099 #ca99f0

#bff099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff099 Color CSS Codes

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

#bff099 Text Font Color

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

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


#bff099 Background Color

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

This div background color is #bff099


#bff099 Border Color

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

This div border color is #bff099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff099


Comments

No comments written yet.

Please login to write comment.