Color Hex Logo

#baed40 Color Hex

#BAED40
(186,237,64)
0 Favorites   0 Comments

Color spaces of #baed40

RGB 18623764
HSL0.220.830.59
HSV78°73°93°
CMYK 0.220.000.73   0.07
XYZ51.459371.377615.9156
Yxy71.37760.37090.5144
Hunter Lab84.4853-39.126347.9704
CIE-Lab87.6681-39.329073.3842

#baed40 color RGB value is (186,237,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 01000000
Octal 272 355 100
Decimal 186 237 64
Hex BA ED 40

RGB Percentages of Color #baed40

%38.19
%48.67
%13.14

CMYK Percentages of Color #baed40

%22
%0
%73
%7

Triadic Colors of #baed40

#baed40 #40baed #ed40ba

Analogous Colors of #baed40

#baed40 #63ed40 #edca40

Monochromatic Colors of #baed40

#baed40

Complementary Color

#baed40 #7340ed

#baed40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed40 Color CSS Codes

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

#baed40 Text Font Color

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

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


#baed40 Background Color

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

This div background color is #baed40


#baed40 Border Color

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

This div border color is #baed40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed40


Comments

No comments written yet.

Please login to write comment.