Color Hex Logo

#baec21 Color Hex

#BAEC21
(186,236,33)
0 Favorites   0 Comments

Color spaces of #baec21

RGB 18623633
HSL0.210.840.53
HSV75°86°93°
CMYK 0.210.000.86   0.07
XYZ50.519770.539812.3917
Yxy70.53980.37860.5286
Hunter Lab83.9880-39.609250.0439
CIE-Lab87.2609-40.069381.1146

#baec21 color RGB value is (186,236,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 00100001
Octal 272 354 41
Decimal 186 236 33
Hex BA EC 21

RGB Percentages of Color #baec21

%40.88
%51.87
%7.25

CMYK Percentages of Color #baec21

%21
%0
%86
%7

Triadic Colors of #baec21

#baec21 #21baec #ec21ba

Analogous Colors of #baec21

#baec21 #55ec21 #ecb921

Monochromatic Colors of #baec21

#baec21

Complementary Color

#baec21 #5321ec

#baec21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baec21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baec21 Color CSS Codes

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

#baec21 Text Font Color

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

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


#baec21 Background Color

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

This div background color is #baec21


#baec21 Border Color

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

This div border color is #baec21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baec21


Comments

No comments written yet.

Please login to write comment.