Color Hex Logo

#babb4e Color Hex

#BABB4E
(186,187,78)
0 Favorites   0 Comments

Color spaces of #babb4e

RGB 18618778
HSL0.170.440.52
HSV61°58°73°
CMYK 0.010.000.58   0.27
XYZ39.395246.529814.1125
Yxy46.52980.39380.4651
Hunter Lab68.2128-16.282535.4825
CIE-Lab73.8880-14.651953.7644

#babb4e color RGB value is (186,187,78).

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

The process color (four color CMYK) of #babb4e color hex is 0.01, 0.00, 0.58, 0.27. Web safe color of #babb4e is #cccc66. Color #babb4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 01001110
Octal 272 273 116
Decimal 186 187 78
Hex BA BB 4E

RGB Percentages of Color #babb4e

%41.24
%41.46
%17.29

CMYK Percentages of Color #babb4e

%1
%0
%58
%27

Triadic Colors of #babb4e

#babb4e #4ebabb #bb4eba

Analogous Colors of #babb4e

#babb4e #84bb4e #bb864e

Monochromatic Colors of #babb4e

#babb4e

Complementary Color

#babb4e #4f4ebb

#babb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#babb4e Color CSS Codes

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

#babb4e Text Font Color

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

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


#babb4e Background Color

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

This div background color is #babb4e


#babb4e Border Color

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

This div border color is #babb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babb4e


Comments

No comments written yet.

Please login to write comment.