Color Hex Logo

#bae946 Color Hex

#BAE946
(186,233,70)
0 Favorites   0 Comments

Color spaces of #bae946

RGB 18623370
HSL0.210.790.59
HSV77°70°91°
CMYK 0.200.000.70   0.09
XYZ50.494169.159116.4821
Yxy69.15910.37090.5080
Hunter Lab83.1620-37.152246.4625
CIE-Lab86.5828-37.214670.2774

#bae946 color RGB value is (186,233,70).

#bae946 hex color red value is 186, green value is 233 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bae946 hue: 0.21 , saturation: 0.79 and the lightness value of bae946 is 0.59.

The process color (four color CMYK) of #bae946 color hex is 0.20, 0.00, 0.70, 0.09. Web safe color of #bae946 is #ccff33. Color #bae946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 01000110
Octal 272 351 106
Decimal 186 233 70
Hex BA E9 46

RGB Percentages of Color #bae946

%38.04
%47.65
%14.31

CMYK Percentages of Color #bae946

%20
%0
%70
%9

Triadic Colors of #bae946

#bae946 #46bae9 #e946ba

Analogous Colors of #bae946

#bae946 #69e946 #e9c746

Monochromatic Colors of #bae946

#bae946

Complementary Color

#bae946 #7546e9

#bae946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae946 Color CSS Codes

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

#bae946 Text Font Color

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

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


#bae946 Background Color

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

This div background color is #bae946


#bae946 Border Color

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

This div border color is #bae946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae946

#bae946 Color Palettes


Comments

No comments written yet.

Please login to write comment.