Color Hex Logo

#bff473 Color Hex

#BFF473
(191,244,115)
0 Favorites   0 Comments

Color spaces of #bff473

RGB 191244115
HSL0.240.850.70
HSV85°53°96°
CMYK 0.220.000.53   0.04
XYZ56.931177.015528.0846
Yxy77.01550.35140.4753
Hunter Lab87.7585-37.780042.4569
CIE-Lab90.3287-36.836756.0144

#bff473 color RGB value is (191,244,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110100 01110011
Octal 277 364 163
Decimal 191 244 115
Hex BF F4 73

RGB Percentages of Color #bff473

%34.73
%44.36
%20.91

CMYK Percentages of Color #bff473

%22
%0
%53
%4

Triadic Colors of #bff473

#bff473 #73bff4 #f473bf

Analogous Colors of #bff473

#bff473 #7ff473 #f4e973

Monochromatic Colors of #bff473

#bff473

Complementary Color

#bff473 #a873f4

#bff473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff473 Color CSS Codes

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

#bff473 Text Font Color

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

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


#bff473 Background Color

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

This div background color is #bff473


#bff473 Border Color

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

This div border color is #bff473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff473


Comments

No comments written yet.

Please login to write comment.