color codes Logo

#bae931 color codes

#BAE931
(186,233,49)
0 Favorites   0 Comments

Color spaces of #bae931

RGB 18623349
HSL0.210.810.55
HSV75°79°91°
CMYK 0.200.000.79   0.09
XYZ49.943068.938713.5800
Yxy68.93870.37700.5204
Hunter Lab83.0293-37.931748.4233
CIE-Lab86.4737-38.223176.7532

#bae931 color RGB value is (186,233,49).

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

The process color (four color CMYK) of #bae931 color code is 0.20, 0.00, 0.79, 0.09. Web safe color of #bae931 is #ccff33. Color #bae931 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101001 00110001
Octal 272 351 61
Decimal 186 233 49
Hex BA E9 31

RGB Percentages of Color #bae931

%39.74
%49.79
%10.47

CMYK Percentages of Color #bae931

%20
%0
%79
%9

Triadic Colors of #bae931

#bae931 #31bae9 #e931ba

Analogous Colors of #bae931

#bae931 #5ee931 #e9bc31

Monochromatic Colors of #bae931

#bae931

Complementary Color

#bae931 #6031e9

#bae931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae931 Color CSS Codes

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

#bae931 Text Font Color

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

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


#bae931 Background Color

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

This div background color is #bae931


#bae931 Border Color

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

This div border color is #bae931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae931


Comments

No comments written yet.

Please login to write comment.