Color Hex Logo

#babc2e Color Hex

#BABC2E
(186,188,46)
0 Favorites   0 Comments

Color spaces of #babc2e

RGB 18618846
HSL0.170.610.46
HSV61°76°74°
CMYK 0.010.000.76   0.26
XYZ38.726146.60289.5389
Yxy46.60280.40820.4912
Hunter Lab68.2662-18.206439.5017
CIE-Lab73.9350-16.977166.2338

#babc2e color RGB value is (186,188,46).

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

The process color (four color CMYK) of #babc2e color hex is 0.01, 0.00, 0.76, 0.26. Web safe color of #babc2e is #cccc33. Color #babc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111100 00101110
Octal 272 274 56
Decimal 186 188 46
Hex BA BC 2E

RGB Percentages of Color #babc2e

%44.29
%44.76
%10.95

CMYK Percentages of Color #babc2e

%1
%0
%76
%26

Triadic Colors of #babc2e

#babc2e #2ebabc #bc2eba

Analogous Colors of #babc2e

#babc2e #73bc2e #bc772e

Monochromatic Colors of #babc2e

#babc2e

Complementary Color

#babc2e #302ebc

#babc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#babc2e Color CSS Codes

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

#babc2e Text Font Color

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

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


#babc2e Background Color

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

This div background color is #babc2e


#babc2e Border Color

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

This div border color is #babc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babc2e


Comments

No comments written yet.

Please login to write comment.