Color Hex Logo

#babe2f Color Hex

#BABE2F
(186,190,47)
0 Favorites   0 Comments

Color spaces of #babe2f

RGB 18619047
HSL0.170.600.46
HSV62°75°75°
CMYK 0.020.000.75   0.25
XYZ39.176247.47139.7874
Yxy47.47130.40620.4923
Hunter Lab68.8994-19.078939.8072
CIE-Lab74.4902-17.939866.4264

#babe2f color RGB value is (186,190,47).

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

The process color (four color CMYK) of #babe2f color hex is 0.02, 0.00, 0.75, 0.25. Web safe color of #babe2f is #cccc33. Color #babe2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 00101111
Octal 272 276 57
Decimal 186 190 47
Hex BA BE 2F

RGB Percentages of Color #babe2f

%43.97
%44.92
%11.11

CMYK Percentages of Color #babe2f

%2
%0
%75
%25

Triadic Colors of #babe2f

#babe2f #2fbabe #be2fba

Analogous Colors of #babe2f

#babe2f #73be2f #be7b2f

Monochromatic Colors of #babe2f

#babe2f

Complementary Color

#babe2f #332fbe

#babe2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe2f Color CSS Codes

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

#babe2f Text Font Color

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

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


#babe2f Background Color

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

This div background color is #babe2f


#babe2f Border Color

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

This div border color is #babe2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe2f


Comments

No comments written yet.

Please login to write comment.