Color Hex Logo

#baee20 Color Hex

#BAEE20
(186,238,32)
0 Favorites   0 Comments

Color spaces of #baee20

RGB 18623832
HSL0.210.860.53
HSV75°87°93°
CMYK 0.220.000.87   0.07
XYZ51.084971.692512.5121
Yxy71.69250.37760.5299
Hunter Lab84.6714-40.480450.5086
CIE-Lab87.8204-40.975881.7662

#baee20 color RGB value is (186,238,32).

#baee20 hex color red value is 186, green value is 238 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #baee20 hue: 0.21 , saturation: 0.86 and the lightness value of baee20 is 0.53.

The process color (four color CMYK) of #baee20 color hex is 0.22, 0.00, 0.87, 0.07. Web safe color of #baee20 is #ccff33. Color #baee20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 00100000
Octal 272 356 40
Decimal 186 238 32
Hex BA EE 20

RGB Percentages of Color #baee20

%40.79
%52.19
%7.02

CMYK Percentages of Color #baee20

%22
%0
%87
%7

Triadic Colors of #baee20

#baee20 #20baee #ee20ba

Analogous Colors of #baee20

#baee20 #53ee20 #eebb20

Monochromatic Colors of #baee20

#baee20

Complementary Color

#baee20 #5420ee

#baee20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baee20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baee20 Color CSS Codes

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

#baee20 Text Font Color

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

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


#baee20 Background Color

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

This div background color is #baee20


#baee20 Border Color

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

This div border color is #baee20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baee20


Comments

No comments written yet.

Please login to write comment.