Color Hex Logo

#bff481 Color Hex

#BFF481
(191,244,129)
0 Favorites   0 Comments

Color spaces of #bff481

RGB 191244129
HSL0.240.840.73
HSV88°47°96°
CMYK 0.220.000.47   0.04
XYZ57.799077.362732.6550
Yxy77.36270.34440.4610
Hunter Lab87.9561-36.624539.5570
CIE-Lab90.4883-35.393449.7274

#bff481 color RGB value is (191,244,129).

#bff481 hex color red value is 191, green value is 244 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bff481 hue: 0.24 , saturation: 0.84 and the lightness value of bff481 is 0.73.

The process color (four color CMYK) of #bff481 color hex is 0.22, 0.00, 0.47, 0.04. Web safe color of #bff481 is #ccff99. Color #bff481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110100 10000001
Octal 277 364 201
Decimal 191 244 129
Hex BF F4 81

RGB Percentages of Color #bff481

%33.87
%43.26
%22.87

CMYK Percentages of Color #bff481

%22
%0
%47
%4

Triadic Colors of #bff481

#bff481 #81bff4 #f481bf

Analogous Colors of #bff481

#bff481 #86f481 #f4f081

Monochromatic Colors of #bff481

#bff481

Complementary Color

#bff481 #b681f4

#bff481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff481 Color CSS Codes

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

#bff481 Text Font Color

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

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


#bff481 Background Color

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

This div background color is #bff481


#bff481 Border Color

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

This div border color is #bff481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff481


Comments

No comments written yet.

Please login to write comment.