Color Hex Logo

#bae83a Color Hex

#BAE83A
(186,232,58)
0 Favorites   0 Comments

Color spaces of #bae83a

RGB 18623258
HSL0.210.790.57
HSV76°75°91°
CMYK 0.200.000.75   0.09
XYZ49.870068.457814.5882
Yxy68.45780.37520.5150
Hunter Lab82.7392-37.205147.4637
CIE-Lab86.2349-37.390373.9273

#bae83a color RGB value is (186,232,58).

#bae83a hex color red value is 186, green value is 232 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bae83a hue: 0.21 , saturation: 0.79 and the lightness value of bae83a is 0.57.

The process color (four color CMYK) of #bae83a color hex is 0.20, 0.00, 0.75, 0.09. Web safe color of #bae83a is #ccff33. Color #bae83a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 00111010
Octal 272 350 72
Decimal 186 232 58
Hex BA E8 3A

RGB Percentages of Color #bae83a

%39.08
%48.74
%12.18

CMYK Percentages of Color #bae83a

%20
%0
%75
%9

Triadic Colors of #bae83a

#bae83a #3abae8 #e83aba

Analogous Colors of #bae83a

#bae83a #63e83a #e8bf3a

Monochromatic Colors of #bae83a

#bae83a

Complementary Color

#bae83a #683ae8

#bae83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae83a Color CSS Codes

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

#bae83a Text Font Color

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

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


#bae83a Background Color

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

This div background color is #bae83a


#bae83a Border Color

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

This div border color is #bae83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae83a


Comments

No comments written yet.

Please login to write comment.