Color Hex Logo

#baea07 Color Hex

#BAEA07
(186,234,7)
0 Favorites   0 Comments

Color spaces of #baea07

RGB 1862347
HSL0.200.940.47
HSV73°97°92°
CMYK 0.210.000.97   0.08
XYZ49.710969.300110.9572
Yxy69.30010.38250.5332
Hunter Lab83.2467-39.090150.4687
CIE-Lab86.6524-39.619583.9598

#baea07 color RGB value is (186,234,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 00000111
Octal 272 352 7
Decimal 186 234 7
Hex BA EA 7

RGB Percentages of Color #baea07

%43.56
%54.80
%1.64

CMYK Percentages of Color #baea07

%21
%0
%97
%8

Triadic Colors of #baea07

#baea07 #07baea #ea07ba

Analogous Colors of #baea07

#baea07 #49ea07 #eaa907

Monochromatic Colors of #baea07

#baea07

Complementary Color

#baea07 #3707ea

#baea07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baea07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baea07 Color CSS Codes

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

#baea07 Text Font Color

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

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


#baea07 Background Color

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

This div background color is #baea07


#baea07 Border Color

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

This div border color is #baea07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baea07


Comments

No comments written yet.

Please login to write comment.