Color Hex Logo

#bab28a Color Hex

#BAB28A
(186,178,138)
0 Favorites   0 Comments

Color spaces of #bab28a

RGB 186178138
HSL0.140.260.64
HSV50°26°73°
CMYK 0.000.040.26   0.27
XYZ40.757544.114930.4116
Yxy44.11490.35350.3827
Hunter Lab66.4190-6.698319.3459
CIE-Lab72.3052-3.581121.5160

#bab28a color RGB value is (186,178,138).

#bab28a hex color red value is 186, green value is 178 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bab28a hue: 0.14 , saturation: 0.26 and the lightness value of bab28a is 0.64.

The process color (four color CMYK) of #bab28a color hex is 0.00, 0.04, 0.26, 0.27. Web safe color of #bab28a is #cc9999. Color #bab28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 10001010
Octal 272 262 212
Decimal 186 178 138
Hex BA B2 8A

RGB Percentages of Color #bab28a

%37.05
%35.46
%27.49

CMYK Percentages of Color #bab28a

%0
%4
%26
%27

Triadic Colors of #bab28a

#bab28a #8abab2 #b28aba

Analogous Colors of #bab28a

#bab28a #aaba8a #ba9a8a

Monochromatic Colors of #bab28a

#bab28a

Complementary Color

#bab28a #8a92ba

#bab28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab28a Color CSS Codes

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

#bab28a Text Font Color

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

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


#bab28a Background Color

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

This div background color is #bab28a


#bab28a Border Color

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

This div border color is #bab28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab28a


Comments

No comments written yet.

Please login to write comment.