Color Hex Logo

#bae631 Color Hex

#BAE631
(186,230,49)
0 Favorites   0 Comments

Color spaces of #bae631

RGB 18623049
HSL0.210.780.55
HSV75°79°90°
CMYK 0.190.000.79   0.10
XYZ49.100967.254513.2993
Yxy67.25450.37870.5187
Hunter Lab82.0088-36.642747.7912
CIE-Lab85.6323-36.877075.9958

#bae631 color RGB value is (186,230,49).

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

The process color (four color CMYK) of #bae631 color hex is 0.19, 0.00, 0.79, 0.10. Web safe color of #bae631 is #ccff33. Color #bae631 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100110 00110001
Octal 272 346 61
Decimal 186 230 49
Hex BA E6 31

RGB Percentages of Color #bae631

%40.00
%49.46
%10.54

CMYK Percentages of Color #bae631

%19
%0
%79
%10

Triadic Colors of #bae631

#bae631 #31bae6 #e631ba

Analogous Colors of #bae631

#bae631 #60e631 #e6b831

Monochromatic Colors of #bae631

#bae631

Complementary Color

#bae631 #5d31e6

#bae631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae631 Color CSS Codes

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

#bae631 Text Font Color

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

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


#bae631 Background Color

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

This div background color is #bae631


#bae631 Border Color

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

This div border color is #bae631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae631


Comments

No comments written yet.

Please login to write comment.