Color Hex Logo

#babe5a Color Hex

#BABE5A
(186,190,90)
0 Favorites   0 Comments

Color spaces of #babe5a

RGB 18619090
HSL0.170.430.55
HSV62°53°75°
CMYK 0.020.000.53   0.25
XYZ40.508648.004216.8036
Yxy48.00420.38460.4558
Hunter Lab69.2851-16.886034.1200
CIE-Lab74.8276-15.222449.3213

#babe5a color RGB value is (186,190,90).

#babe5a hex color red value is 186, green value is 190 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #babe5a hue: 0.17 , saturation: 0.43 and the lightness value of babe5a is 0.55.

The process color (four color CMYK) of #babe5a color hex is 0.02, 0.00, 0.53, 0.25. Web safe color of #babe5a is #cccc66. Color #babe5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 01011010
Octal 272 276 132
Decimal 186 190 90
Hex BA BE 5A

RGB Percentages of Color #babe5a

%39.91
%40.77
%19.31

CMYK Percentages of Color #babe5a

%2
%0
%53
%25

Triadic Colors of #babe5a

#babe5a #5ababe #be5aba

Analogous Colors of #babe5a

#babe5a #88be5a #be905a

Monochromatic Colors of #babe5a

#babe5a

Complementary Color

#babe5a #5e5abe

#babe5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe5a Color CSS Codes

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

#babe5a Text Font Color

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

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


#babe5a Background Color

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

This div background color is #babe5a


#babe5a Border Color

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

This div border color is #babe5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe5a


Comments

No comments written yet.

Please login to write comment.