Color Hex Logo

#baad58 Color Hex

#BAAD58
(186,173,88)
0 Favorites   0 Comments

Color spaces of #baad58

RGB 18617388
HSL0.140.420.54
HSV52°53°73°
CMYK 0.000.070.53   0.27
XYZ36.954741.030815.2045
Yxy41.03080.39660.4403
Hunter Lab64.0553-9.116730.7653
CIE-Lab70.1975-6.607444.8554

#baad58 color RGB value is (186,173,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 01011000
Octal 272 255 130
Decimal 186 173 88
Hex BA AD 58

RGB Percentages of Color #baad58

%41.61
%38.70
%19.69

CMYK Percentages of Color #baad58

%0
%7
%53
%27

Triadic Colors of #baad58

#baad58 #58baad #ad58ba

Analogous Colors of #baad58

#baad58 #96ba58 #ba7c58

Monochromatic Colors of #baad58

#baad58

Complementary Color

#baad58 #5865ba

#baad58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad58 Color CSS Codes

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

#baad58 Text Font Color

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

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


#baad58 Background Color

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

This div background color is #baad58


#baad58 Border Color

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

This div border color is #baad58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad58


Comments

No comments written yet.

Please login to write comment.