Color Hex Logo

#bae05a Color Hex

#BAE05A
(186,224,90)
0 Favorites   0 Comments

Color spaces of #bae05a

RGB 18622490
HSL0.210.680.62
HSV77°60°88°
CMYK 0.170.000.60   0.12
XYZ48.750864.488619.5510
Yxy64.48860.36710.4856
Hunter Lab80.3048-32.171041.7786
CIE-Lab84.2195-31.743259.9601

#bae05a color RGB value is (186,224,90).

#bae05a hex color red value is 186, green value is 224 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bae05a hue: 0.21 , saturation: 0.68 and the lightness value of bae05a is 0.62.

The process color (four color CMYK) of #bae05a color hex is 0.17, 0.00, 0.60, 0.12. Web safe color of #bae05a is #cccc66. Color #bae05a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 01011010
Octal 272 340 132
Decimal 186 224 90
Hex BA E0 5A

RGB Percentages of Color #bae05a

%37.20
%44.80
%18.00

CMYK Percentages of Color #bae05a

%17
%0
%60
%12

Triadic Colors of #bae05a

#bae05a #5abae0 #e05aba

Analogous Colors of #bae05a

#bae05a #77e05a #e0c35a

Monochromatic Colors of #bae05a

#bae05a

Complementary Color

#bae05a #805ae0

#bae05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae05a Color CSS Codes

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

#bae05a Text Font Color

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

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


#bae05a Background Color

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

This div background color is #bae05a


#bae05a Border Color

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

This div border color is #bae05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae05a


Comments

No comments written yet.

Please login to write comment.