Color Hex Logo

#baea13 Color Hex

#BAEA13
(186,234,19)
0 Favorites   0 Comments

Color spaces of #baea13

RGB 18623419
HSL0.200.850.50
HSV73°92°92°
CMYK 0.210.000.92   0.08
XYZ49.790169.331811.3743
Yxy69.33180.38150.5313
Hunter Lab83.2657-38.978050.1868
CIE-Lab86.6681-39.473282.8210

#baea13 color RGB value is (186,234,19).

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

The process color (four color CMYK) of #baea13 color hex is 0.21, 0.00, 0.92, 0.08. Web safe color of #baea13 is #ccff00. Color #baea13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 00010011
Octal 272 352 23
Decimal 186 234 19
Hex BA EA 13

RGB Percentages of Color #baea13

%42.37
%53.30
%4.33

CMYK Percentages of Color #baea13

%21
%0
%92
%8

Triadic Colors of #baea13

#baea13 #13baea #ea13ba

Analogous Colors of #baea13

#baea13 #4eea13 #eaaf13

Monochromatic Colors of #baea13

#baea13

Complementary Color

#baea13 #4313ea

#baea13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea13 Color CSS Codes

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

#baea13 Text Font Color

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

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


#baea13 Background Color

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

This div background color is #baea13


#baea13 Border Color

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

This div border color is #baea13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea13


Comments

No comments written yet.

Please login to write comment.