Color Hex Logo

#babd10 Color Hex

#BABD10
(186,189,16)
0 Favorites   0 Comments

Color spaces of #babd10

RGB 18618916
HSL0.170.840.40
HSV61°92°74°
CMYK 0.020.000.92   0.26
XYZ38.540846.87177.5060
Yxy46.87170.41480.5044
Hunter Lab68.4629-19.324541.4237
CIE-Lab74.1076-18.313473.3519

#babd10 color RGB value is (186,189,16).

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

The process color (four color CMYK) of #babd10 color hex is 0.02, 0.00, 0.92, 0.26. Web safe color of #babd10 is #cccc00. Color #babd10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 00010000
Octal 272 275 20
Decimal 186 189 16
Hex BA BD 10

RGB Percentages of Color #babd10

%47.57
%48.34
%4.09

CMYK Percentages of Color #babd10

%2
%0
%92
%26

Triadic Colors of #babd10

#babd10 #10babd #bd10ba

Analogous Colors of #babd10

#babd10 #63bd10 #bd6a10

Monochromatic Colors of #babd10

#babd10

Complementary Color

#babd10 #1310bd

#babd10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd10 Color CSS Codes

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

#babd10 Text Font Color

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

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


#babd10 Background Color

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

This div background color is #babd10


#babd10 Border Color

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

This div border color is #babd10


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,189,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 #babd10">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd10


Comments

No comments written yet.

Please login to write comment.