Color Hex Logo

#babf10 Color Hex

#BABF10
(186,191,16)
0 Favorites   0 Comments

Color spaces of #babf10

RGB 18619116
HSL0.170.850.41
HSV62°92°75°
CMYK 0.030.000.92   0.25
XYZ38.974047.73817.6504
Yxy47.73810.41300.5059
Hunter Lab69.0928-20.223741.8000
CIE-Lab74.6594-19.310573.7807

#babf10 color RGB value is (186,191,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 00010000
Octal 272 277 20
Decimal 186 191 16
Hex BA BF 10

RGB Percentages of Color #babf10

%47.33
%48.60
%4.07

CMYK Percentages of Color #babf10

%3
%0
%92
%25

Triadic Colors of #babf10

#babf10 #10babf #bf10ba

Analogous Colors of #babf10

#babf10 #63bf10 #bf6d10

Monochromatic Colors of #babf10

#babf10

Complementary Color

#babf10 #1510bf

#babf10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf10 Color CSS Codes

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

#babf10 Text Font Color

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

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


#babf10 Background Color

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

This div background color is #babf10


#babf10 Border Color

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

This div border color is #babf10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf10


Comments

No comments written yet.

Please login to write comment.