Color Hex Logo

#bff474 Color Hex

#BFF474
(191,244,116)
0 Favorites   0 Comments

Color spaces of #bff474

RGB 191244116
HSL0.240.850.71
HSV85°52°96°
CMYK 0.220.000.52   0.04
XYZ56.988977.038728.3893
Yxy77.03870.35090.4743
Hunter Lab87.7717-37.703042.2631
CIE-Lab90.3394-36.740155.5740

#bff474 color RGB value is (191,244,116).

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

The process color (four color CMYK) of #bff474 color hex is 0.22, 0.00, 0.52, 0.04. Web safe color of #bff474 is #ccff66. Color #bff474 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110100 01110100
Octal 277 364 164
Decimal 191 244 116
Hex BF F4 74

RGB Percentages of Color #bff474

%34.66
%44.28
%21.05

CMYK Percentages of Color #bff474

%22
%0
%52
%4

Triadic Colors of #bff474

#bff474 #74bff4 #f474bf

Analogous Colors of #bff474

#bff474 #7ff474 #f4e974

Monochromatic Colors of #bff474

#bff474

Complementary Color

#bff474 #a974f4

#bff474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff474 Color CSS Codes

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

#bff474 Text Font Color

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

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


#bff474 Background Color

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

This div background color is #bff474


#bff474 Border Color

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

This div border color is #bff474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff474

Related Colors

#bff474 Color Palettes


Comments

No comments written yet.

Please login to write comment.