Color Hex Logo

#bae12f Color Hex

#BAE12F
(186,225,47)
0 Favorites   0 Comments

Color spaces of #bae12f

RGB 18622547
HSL0.200.750.53
HSV73°79°88°
CMYK 0.170.000.79   0.12
XYZ47.688064.494812.6246
Yxy64.49480.38210.5168
Hunter Lab80.3087-34.545246.8956
CIE-Lab84.2227-34.686975.2728

#bae12f color RGB value is (186,225,47).

#bae12f hex color red value is 186, green value is 225 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bae12f hue: 0.20 , saturation: 0.75 and the lightness value of bae12f is 0.53.

The process color (four color CMYK) of #bae12f color hex is 0.17, 0.00, 0.79, 0.12. Web safe color of #bae12f is #cccc33. Color #bae12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 00101111
Octal 272 341 57
Decimal 186 225 47
Hex BA E1 2F

RGB Percentages of Color #bae12f

%40.61
%49.13
%10.26

CMYK Percentages of Color #bae12f

%17
%0
%79
%12

Triadic Colors of #bae12f

#bae12f #2fbae1 #e12fba

Analogous Colors of #bae12f

#bae12f #61e12f #e1af2f

Monochromatic Colors of #bae12f

#bae12f

Complementary Color

#bae12f #562fe1

#bae12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae12f Color CSS Codes

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

#bae12f Text Font Color

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

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


#bae12f Background Color

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

This div background color is #bae12f


#bae12f Border Color

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

This div border color is #bae12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae12f


Comments

No comments written yet.

Please login to write comment.