Color Hex Logo

#babf13 Color Hex

#BABF13
(186,191,19)
0 Favorites   0 Comments

Color spaces of #babf13

RGB 18619119
HSL0.170.820.41
HSV62°90°75°
CMYK 0.030.000.90   0.25
XYZ38.998047.74777.7769
Yxy47.74770.41260.5051
Hunter Lab69.0997-20.183941.6969
CIE-Lab74.6655-19.260473.3388

#babf13 color RGB value is (186,191,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 00010011
Octal 272 277 23
Decimal 186 191 19
Hex BA BF 13

RGB Percentages of Color #babf13

%46.97
%48.23
%4.80

CMYK Percentages of Color #babf13

%3
%0
%90
%25

Triadic Colors of #babf13

#babf13 #13babf #bf13ba

Analogous Colors of #babf13

#babf13 #64bf13 #bf6e13

Monochromatic Colors of #babf13

#babf13

Complementary Color

#babf13 #1813bf

#babf13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf13 Color CSS Codes

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

#babf13 Text Font Color

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

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


#babf13 Background Color

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

This div background color is #babf13


#babf13 Border Color

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

This div border color is #babf13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf13


Comments

No comments written yet.

Please login to write comment.