Color Hex Logo

#bafa47 Color Hex

#BAFA47
(186,250,71)
0 Favorites   0 Comments

Color spaces of #bafa47

RGB 18625071
HSL0.230.950.63
HSV81°72°98°
CMYK 0.260.000.72   0.02
XYZ55.572679.265218.3320
Yxy79.26520.36280.5175
Hunter Lab89.0310-44.385750.1135
CIE-Lab91.3542-44.636074.6567

#bafa47 color RGB value is (186,250,71).

#bafa47 hex color red value is 186, green value is 250 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bafa47 hue: 0.23 , saturation: 0.95 and the lightness value of bafa47 is 0.63.

The process color (four color CMYK) of #bafa47 color hex is 0.26, 0.00, 0.72, 0.02. Web safe color of #bafa47 is #ccff33. Color #bafa47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111010 01000111
Octal 272 372 107
Decimal 186 250 71
Hex BA FA 47

RGB Percentages of Color #bafa47

%36.69
%49.31
%14.00

CMYK Percentages of Color #bafa47

%26
%0
%72
%2

Triadic Colors of #bafa47

#bafa47 #47bafa #fa47ba

Analogous Colors of #bafa47

#bafa47 #60fa47 #fae147

Monochromatic Colors of #bafa47

#bafa47

Complementary Color

#bafa47 #8747fa

#bafa47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bafa47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bafa47 Color CSS Codes

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

#bafa47 Text Font Color

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

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


#bafa47 Background Color

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

This div background color is #bafa47


#bafa47 Border Color

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

This div border color is #bafa47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,250,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bafa47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bafa47;
  -webkit-box-shadow: 1px 1px 3px 2px #bafa47;
  box-shadow:         1px 1px 3px 2px #bafa47; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,250,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bafa47

Related Colors


Comments

No comments written yet.

Please login to write comment.