Color Hex Logo

#babb1d Color Hex

#BABB1D
(186,187,29)
0 Favorites   0 Comments

Color spaces of #babb1d

RGB 18618729
HSL0.170.730.42
HSV60°84°73°
CMYK 0.010.000.84   0.27
XYZ38.241846.06858.0389
Yxy46.06850.41410.4989
Hunter Lab67.8738-18.207740.4894
CIE-Lab73.5900-17.041670.5628

#babb1d color RGB value is (186,187,29).

#babb1d hex color red value is 186, green value is 187 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #babb1d hue: 0.17 , saturation: 0.73 and the lightness value of babb1d is 0.42.

The process color (four color CMYK) of #babb1d color hex is 0.01, 0.00, 0.84, 0.27. Web safe color of #babb1d is #cccc33. Color #babb1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 00011101
Octal 272 273 35
Decimal 186 187 29
Hex BA BB 1D

RGB Percentages of Color #babb1d

%46.27
%46.52
%7.21

CMYK Percentages of Color #babb1d

%1
%0
%84
%27

Triadic Colors of #babb1d

#babb1d #1dbabb #bb1dba

Analogous Colors of #babb1d

#babb1d #6bbb1d #bb6d1d

Monochromatic Colors of #babb1d

#babb1d

Complementary Color

#babb1d #1e1dbb

#babb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#babb1d Color CSS Codes

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

#babb1d Text Font Color

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

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


#babb1d Background Color

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

This div background color is #babb1d


#babb1d Border Color

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

This div border color is #babb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babb1d


Comments

No comments written yet.

Please login to write comment.