Color Hex Logo

#bae813 Color Hex

#BAE813
(186,232,19)
0 Favorites   0 Comments

Color spaces of #bae813

RGB 18623219
HSL0.200.850.49
HSV73°92°91°
CMYK 0.200.000.92   0.09
XYZ49.223968.199311.1855
Yxy68.19930.38270.5303
Hunter Lab82.5829-38.124349.7774
CIE-Lab86.1060-38.584182.3760

#bae813 color RGB value is (186,232,19).

#bae813 hex color red value is 186, green value is 232 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #bae813 hue: 0.20 , saturation: 0.85 and the lightness value of bae813 is 0.49.

The process color (four color CMYK) of #bae813 color hex is 0.20, 0.00, 0.92, 0.09. Web safe color of #bae813 is #ccff00. Color #bae813 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101000 00010011
Octal 272 350 23
Decimal 186 232 19
Hex BA E8 13

RGB Percentages of Color #bae813

%42.56
%53.09
%4.35

CMYK Percentages of Color #bae813

%20
%0
%92
%9

Triadic Colors of #bae813

#bae813 #13bae8 #e813ba

Analogous Colors of #bae813

#bae813 #4fe813 #e8ac13

Monochromatic Colors of #bae813

#bae813

Complementary Color

#bae813 #4113e8

#bae813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae813 Color CSS Codes

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

#bae813 Text Font Color

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

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


#bae813 Background Color

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

This div background color is #bae813


#bae813 Border Color

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

This div border color is #bae813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae813


Comments

No comments written yet.

Please login to write comment.