Color Hex Logo

#baec30 Color Hex

#BAEC30
(186,236,48)
0 Favorites   0 Comments

Color spaces of #baec30

RGB 18623648
HSL0.210.830.56
HSV76°80°93°
CMYK 0.210.000.80   0.07
XYZ50.778770.643413.7555
Yxy70.64340.37560.5226
Hunter Lab84.0496-39.245849.1314
CIE-Lab87.3115-39.596277.7690

#baec30 color RGB value is (186,236,48).

#baec30 hex color red value is 186, green value is 236 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #baec30 hue: 0.21 , saturation: 0.83 and the lightness value of baec30 is 0.56.

The process color (four color CMYK) of #baec30 color hex is 0.21, 0.00, 0.80, 0.07. Web safe color of #baec30 is #ccff33. Color #baec30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 00110000
Octal 272 354 60
Decimal 186 236 48
Hex BA EC 30

RGB Percentages of Color #baec30

%39.57
%50.21
%10.21

CMYK Percentages of Color #baec30

%21
%0
%80
%7

Triadic Colors of #baec30

#baec30 #30baec #ec30ba

Analogous Colors of #baec30

#baec30 #5cec30 #ecc030

Monochromatic Colors of #baec30

#baec30

Complementary Color

#baec30 #6230ec

#baec30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baec30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baec30 Color CSS Codes

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

#baec30 Text Font Color

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

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


#baec30 Background Color

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

This div background color is #baec30


#baec30 Border Color

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

This div border color is #baec30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baec30


Comments

No comments written yet.

Please login to write comment.