Color Hex Logo

#bae551 Color Hex

#BAE551
(186,229,81)
0 Favorites   0 Comments

Color spaces of #bae551

RGB 18622981
HSL0.220.740.61
HSV77°65°90°
CMYK 0.190.000.65   0.10
XYZ49.754267.071818.1084
Yxy67.07180.36870.4971
Hunter Lab81.8974-34.878344.2185
CIE-Lab85.5402-34.708465.0835

#bae551 color RGB value is (186,229,81).

#bae551 hex color red value is 186, green value is 229 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bae551 hue: 0.22 , saturation: 0.74 and the lightness value of bae551 is 0.61.

The process color (four color CMYK) of #bae551 color hex is 0.19, 0.00, 0.65, 0.10. Web safe color of #bae551 is #cccc66. Color #bae551 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01010001
Octal 272 345 121
Decimal 186 229 81
Hex BA E5 51

RGB Percentages of Color #bae551

%37.50
%46.17
%16.33

CMYK Percentages of Color #bae551

%19
%0
%65
%10

Triadic Colors of #bae551

#bae551 #51bae5 #e551ba

Analogous Colors of #bae551

#bae551 #70e551 #e5c651

Monochromatic Colors of #bae551

#bae551

Complementary Color

#bae551 #7c51e5

#bae551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae551 Color CSS Codes

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

#bae551 Text Font Color

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

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


#bae551 Background Color

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

This div background color is #bae551


#bae551 Border Color

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

This div border color is #bae551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae551


Comments

No comments written yet.

Please login to write comment.