Color Hex Logo

#baed31 Color Hex

#BAED31
(186,237,49)
0 Favorites   0 Comments

Color spaces of #baed31

RGB 18623749
HSL0.210.840.56
HSV76°79°93°
CMYK 0.220.000.79   0.07
XYZ51.088371.229213.9617
Yxy71.22920.37490.5227
Hunter Lab84.3974-39.644049.2699
CIE-Lab87.5962-40.000877.7611

#baed31 color RGB value is (186,237,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 00110001
Octal 272 355 61
Decimal 186 237 49
Hex BA ED 31

RGB Percentages of Color #baed31

%39.41
%50.21
%10.38

CMYK Percentages of Color #baed31

%22
%0
%79
%7

Triadic Colors of #baed31

#baed31 #31baed #ed31ba

Analogous Colors of #baed31

#baed31 #5ced31 #edc231

Monochromatic Colors of #baed31

#baed31

Complementary Color

#baed31 #6431ed

#baed31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed31 Color CSS Codes

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

#baed31 Text Font Color

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

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


#baed31 Background Color

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

This div background color is #baed31


#baed31 Border Color

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

This div border color is #baed31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed31


Comments

No comments written yet.

Please login to write comment.