Color Hex Logo

#bff472 Color Hex

#BFF472
(191,244,114)
0 Favorites   0 Comments

Color spaces of #bff472

RGB 191244114
HSL0.230.860.70
HSV84°53°96°
CMYK 0.220.000.53   0.04
XYZ56.873876.992627.7831
Yxy76.99260.35180.4763
Hunter Lab87.7454-37.856542.6486
CIE-Lab90.3182-36.932756.4534

#bff472 color RGB value is (191,244,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110100 01110010
Octal 277 364 162
Decimal 191 244 114
Hex BF F4 72

RGB Percentages of Color #bff472

%34.79
%44.44
%20.77

CMYK Percentages of Color #bff472

%22
%0
%53
%4

Triadic Colors of #bff472

#bff472 #72bff4 #f472bf

Analogous Colors of #bff472

#bff472 #7ef472 #f4e872

Monochromatic Colors of #bff472

#bff472

Complementary Color

#bff472 #a772f4

#bff472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff472 Color CSS Codes

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

#bff472 Text Font Color

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

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


#bff472 Background Color

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

This div background color is #bff472


#bff472 Border Color

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

This div border color is #bff472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff472

#bff472 Color Palettes


Comments

No comments written yet.

Please login to write comment.