Color Hex Logo

#baee46 Color Hex

#BAEE46
(186,238,70)
0 Favorites   0 Comments

Color spaces of #baee46

RGB 18623870
HSL0.220.830.60
HSV79°71°93°
CMYK 0.220.000.71   0.07
XYZ51.929772.030416.9606
Yxy72.03040.36850.5111
Hunter Lab84.8707-39.305347.5610
CIE-Lab87.9832-39.449171.6703

#baee46 color RGB value is (186,238,70).

#baee46 hex color red value is 186, green value is 238 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #baee46 hue: 0.22 , saturation: 0.83 and the lightness value of baee46 is 0.60.

The process color (four color CMYK) of #baee46 color hex is 0.22, 0.00, 0.71, 0.07. Web safe color of #baee46 is #ccff33. Color #baee46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 01000110
Octal 272 356 106
Decimal 186 238 70
Hex BA EE 46

RGB Percentages of Color #baee46

%37.65
%48.18
%14.17

CMYK Percentages of Color #baee46

%22
%0
%71
%7

Triadic Colors of #baee46

#baee46 #46baee #ee46ba

Analogous Colors of #baee46

#baee46 #66ee46 #eece46

Monochromatic Colors of #baee46

#baee46

Complementary Color

#baee46 #7a46ee

#baee46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baee46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baee46 Color CSS Codes

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

#baee46 Text Font Color

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

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


#baee46 Background Color

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

This div background color is #baee46


#baee46 Border Color

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

This div border color is #baee46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baee46


Comments

No comments written yet.

Please login to write comment.