Color Hex Logo

#bae713 Color Hex

#BAE713
(186,231,19)
0 Favorites   0 Comments

Color spaces of #bae713

RGB 18623119
HSL0.200.850.49
HSV73°92°91°
CMYK 0.190.000.92   0.09
XYZ48.943267.637911.0919
Yxy67.63790.38330.5298
Hunter Lab82.2423-37.696849.5732
CIE-Lab85.8251-38.137882.1536

#bae713 color RGB value is (186,231,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 00010011
Octal 272 347 23
Decimal 186 231 19
Hex BA E7 13

RGB Percentages of Color #bae713

%42.66
%52.98
%4.36

CMYK Percentages of Color #bae713

%19
%0
%92
%9

Triadic Colors of #bae713

#bae713 #13bae7 #e713ba

Analogous Colors of #bae713

#bae713 #50e713 #e7aa13

Monochromatic Colors of #bae713

#bae713

Complementary Color

#bae713 #4013e7

#bae713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae713 Color CSS Codes

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

#bae713 Text Font Color

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

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


#bae713 Background Color

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

This div background color is #bae713


#bae713 Border Color

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

This div border color is #bae713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae713


Comments

No comments written yet.

Please login to write comment.