Color Hex Logo

#bae22f Color Hex

#BAE22F
(186,226,47)
0 Favorites   0 Comments

Color spaces of #bae22f

RGB 18622647
HSL0.200.760.54
HSV73°79°89°
CMYK 0.180.000.79   0.11
XYZ47.959165.037112.7150
Yxy65.03710.38150.5174
Hunter Lab80.6456-34.977747.1039
CIE-Lab84.5029-35.142975.5236

#bae22f color RGB value is (186,226,47).

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

The process color (four color CMYK) of #bae22f color hex is 0.18, 0.00, 0.79, 0.11. Web safe color of #bae22f is #cccc33. Color #bae22f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100010 00101111
Octal 272 342 57
Decimal 186 226 47
Hex BA E2 2F

RGB Percentages of Color #bae22f

%40.52
%49.24
%10.24

CMYK Percentages of Color #bae22f

%18
%0
%79
%11

Triadic Colors of #bae22f

#bae22f #2fbae2 #e22fba

Analogous Colors of #bae22f

#bae22f #60e22f #e2b12f

Monochromatic Colors of #bae22f

#bae22f

Complementary Color

#bae22f #572fe2

#bae22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae22f Color CSS Codes

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

#bae22f Text Font Color

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

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


#bae22f Background Color

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

This div background color is #bae22f


#bae22f Border Color

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

This div border color is #bae22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae22f


Comments

No comments written yet.

Please login to write comment.