Color Hex Logo

#baed21 Color Hex

#BAED21
(186,237,33)
0 Favorites   0 Comments

Color spaces of #baed21

RGB 18623733
HSL0.210.850.53
HSV75°86°93°
CMYK 0.220.000.86   0.07
XYZ50.808471.117312.4880
Yxy71.11730.37800.5291
Hunter Lab84.3311-40.035450.2519
CIE-Lab87.5420-40.510681.3487

#baed21 color RGB value is (186,237,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 00100001
Octal 272 355 41
Decimal 186 237 33
Hex BA ED 21

RGB Percentages of Color #baed21

%40.79
%51.97
%7.24

CMYK Percentages of Color #baed21

%22
%0
%86
%7

Triadic Colors of #baed21

#baed21 #21baed #ed21ba

Analogous Colors of #baed21

#baed21 #54ed21 #edba21

Monochromatic Colors of #baed21

#baed21

Complementary Color

#baed21 #5421ed

#baed21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed21 Color CSS Codes

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

#baed21 Text Font Color

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

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


#baed21 Background Color

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

This div background color is #baed21


#baed21 Border Color

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

This div border color is #baed21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed21


Comments

No comments written yet.

Please login to write comment.