Color Hex Logo

#baea47 Color Hex

#BAEA47
(186,234,71)
0 Favorites   0 Comments

Color spaces of #baea47

RGB 18623471
HSL0.220.800.60
HSV78°70°92°
CMYK 0.210.000.70   0.08
XYZ50.809869.739716.7444
Yxy69.73970.37010.5080
Hunter Lab83.5103-37.539146.5691
CIE-Lab86.8690-37.606370.2085

#baea47 color RGB value is (186,234,71).

#baea47 hex color red value is 186, green value is 234 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #baea47 hue: 0.22 , saturation: 0.80 and the lightness value of baea47 is 0.60.

The process color (four color CMYK) of #baea47 color hex is 0.21, 0.00, 0.70, 0.08. Web safe color of #baea47 is #ccff33. Color #baea47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 01000111
Octal 272 352 107
Decimal 186 234 71
Hex BA EA 47

RGB Percentages of Color #baea47

%37.88
%47.66
%14.46

CMYK Percentages of Color #baea47

%21
%0
%70
%8

Triadic Colors of #baea47

#baea47 #47baea #ea47ba

Analogous Colors of #baea47

#baea47 #69ea47 #eac947

Monochromatic Colors of #baea47

#baea47

Complementary Color

#baea47 #7747ea

#baea47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea47 Color CSS Codes

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

#baea47 Text Font Color

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

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


#baea47 Background Color

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

This div background color is #baea47


#baea47 Border Color

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

This div border color is #baea47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,234,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 #baea47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea47


Comments

No comments written yet.

Please login to write comment.