Color Hex Logo

#baea03 Color Hex

#BAEA03
(186,234,3)
0 Favorites   0 Comments

Color spaces of #baea03

RGB 1862343
HSL0.200.970.46
HSV72°99°92°
CMYK 0.210.000.99   0.08
XYZ49.689069.291310.8418
Yxy69.29130.38270.5337
Hunter Lab83.2414-39.121150.5467
CIE-Lab86.6481-39.660084.2800

#baea03 color RGB value is (186,234,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 00000011
Octal 272 352 3
Decimal 186 234 3
Hex BA EA 3

RGB Percentages of Color #baea03

%43.97
%55.32
%0.71

CMYK Percentages of Color #baea03

%21
%0
%99
%8

Triadic Colors of #baea03

#baea03 #03baea #ea03ba

Analogous Colors of #baea03

#baea03 #46ea03 #eaa703

Monochromatic Colors of #baea03

#baea03

Complementary Color

#baea03 #3303ea

#baea03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea03 Color CSS Codes

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

#baea03 Text Font Color

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

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


#baea03 Background Color

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

This div background color is #baea03


#baea03 Border Color

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

This div border color is #baea03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea03


Comments

No comments written yet.

Please login to write comment.