Color Hex Logo

#bffd99 Color Hex

#BFFD99
(191,253,153)
0 Favorites   0 Comments

Color spaces of #bffd99

RGB 191253153
HSL0.270.960.80
HSV97°40°99°
CMYK 0.250.000.40   0.01
XYZ62.360983.626842.9918
Yxy83.62680.33000.4425
Hunter Lab91.4477-38.309036.1397
CIE-Lab93.2882-36.598241.7025

#bffd99 color RGB value is (191,253,153).

#bffd99 hex color red value is 191, green value is 253 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bffd99 hue: 0.27 , saturation: 0.96 and the lightness value of bffd99 is 0.80.

The process color (four color CMYK) of #bffd99 color hex is 0.25, 0.00, 0.40, 0.01. Web safe color of #bffd99 is #ccff99. Color #bffd99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111101 10011001
Octal 277 375 231
Decimal 191 253 153
Hex BF FD 99

RGB Percentages of Color #bffd99

%31.99
%42.38
%25.63

CMYK Percentages of Color #bffd99

%25
%0
%40
%1

Triadic Colors of #bffd99

#bffd99 #99bffd #fd99bf

Analogous Colors of #bffd99

#bffd99 #99fda5 #f1fd99

Monochromatic Colors of #bffd99

#bffd99

Complementary Color

#bffd99 #d799fd

#bffd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffd99 Color CSS Codes

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

#bffd99 Text Font Color

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

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


#bffd99 Background Color

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

This div background color is #bffd99


#bffd99 Border Color

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

This div border color is #bffd99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffd99


Comments

No comments written yet.

Please login to write comment.