Color Hex Logo

#babf0e Color Hex

#BABF0E
(186,191,14)
0 Favorites   0 Comments

Color spaces of #babf0e

RGB 18619114
HSL0.170.860.40
HSV62°93°75°
CMYK 0.030.000.93   0.25
XYZ38.959847.73247.5753
Yxy47.73240.41330.5064
Hunter Lab69.0886-20.247141.8611
CIE-Lab74.6558-19.340074.0455

#babf0e color RGB value is (186,191,14).

#babf0e hex color red value is 186, green value is 191 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #babf0e hue: 0.17 , saturation: 0.86 and the lightness value of babf0e is 0.40.

The process color (four color CMYK) of #babf0e color hex is 0.03, 0.00, 0.93, 0.25. Web safe color of #babf0e is #cccc00. Color #babf0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 00001110
Octal 272 277 16
Decimal 186 191 14
Hex BA BF E

RGB Percentages of Color #babf0e

%47.57
%48.85
%3.58

CMYK Percentages of Color #babf0e

%3
%0
%93
%25

Triadic Colors of #babf0e

#babf0e #0ebabf #bf0eba

Analogous Colors of #babf0e

#babf0e #62bf0e #bf6c0e

Monochromatic Colors of #babf0e

#babf0e

Complementary Color

#babf0e #130ebf

#babf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf0e Color CSS Codes

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

#babf0e Text Font Color

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

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


#babf0e Background Color

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

This div background color is #babf0e


#babf0e Border Color

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

This div border color is #babf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf0e


Comments

No comments written yet.

Please login to write comment.