Color Hex Logo

#babe3e Color Hex

#BABE3E
(186,190,62)
0 Favorites   0 Comments

Color spaces of #babe3e

RGB 18619062
HSL0.170.510.49
HSV62°67°75°
CMYK 0.020.000.67   0.25
XYZ39.532747.613811.6642
Yxy47.61380.40010.4819
Hunter Lab69.0028-18.489538.2796
CIE-Lab74.5807-17.204461.1872

#babe3e color RGB value is (186,190,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 00111110
Octal 272 276 76
Decimal 186 190 62
Hex BA BE 3E

RGB Percentages of Color #babe3e

%42.47
%43.38
%14.16

CMYK Percentages of Color #babe3e

%2
%0
%67
%25

Triadic Colors of #babe3e

#babe3e #3ebabe #be3eba

Analogous Colors of #babe3e

#babe3e #7abe3e #be823e

Monochromatic Colors of #babe3e

#babe3e

Complementary Color

#babe3e #423ebe

#babe3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe3e Color CSS Codes

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

#babe3e Text Font Color

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

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


#babe3e Background Color

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

This div background color is #babe3e


#babe3e Border Color

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

This div border color is #babe3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe3e


Comments

No comments written yet.

Please login to write comment.