Color Hex Logo

#bab058 Color Hex

#BAB058
(186,176,88)
0 Favorites   0 Comments

Color spaces of #bab058

RGB 18617688
HSL0.150.420.54
HSV54°53°73°
CMYK 0.000.050.53   0.27
XYZ37.536542.194415.3985
Yxy42.19440.39460.4435
Hunter Lab64.9572-10.526231.4150
CIE-Lab71.0047-8.181845.8078

#bab058 color RGB value is (186,176,88).

#bab058 hex color red value is 186, green value is 176 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bab058 hue: 0.15 , saturation: 0.42 and the lightness value of bab058 is 0.54.

The process color (four color CMYK) of #bab058 color hex is 0.00, 0.05, 0.53, 0.27. Web safe color of #bab058 is #cc9966. Color #bab058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01011000
Octal 272 260 130
Decimal 186 176 88
Hex BA B0 58

RGB Percentages of Color #bab058

%41.33
%39.11
%19.56

CMYK Percentages of Color #bab058

%0
%5
%53
%27

Triadic Colors of #bab058

#bab058 #58bab0 #b058ba

Analogous Colors of #bab058

#bab058 #93ba58 #ba7f58

Monochromatic Colors of #bab058

#bab058

Complementary Color

#bab058 #5862ba

#bab058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab058 Color CSS Codes

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

#bab058 Text Font Color

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

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


#bab058 Background Color

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

This div background color is #bab058


#bab058 Border Color

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

This div border color is #bab058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab058


Comments

No comments written yet.

Please login to write comment.