Color Hex Logo

#baad38 Color Hex

#BAAD38
(186,173,56)
0 Favorites   0 Comments

Color spaces of #baad38

RGB 18617356
HSL0.150.540.47
HSV54°70°73°
CMYK 0.000.070.70   0.27
XYZ35.907140.61189.6877
Yxy40.61180.41650.4711
Hunter Lab63.7274-10.947435.5960
CIE-Lab69.9031-8.819958.8227

#baad38 color RGB value is (186,173,56).

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

The process color (four color CMYK) of #baad38 color hex is 0.00, 0.07, 0.70, 0.27. Web safe color of #baad38 is #cc9933. Color #baad38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 00111000
Octal 272 255 70
Decimal 186 173 56
Hex BA AD 38

RGB Percentages of Color #baad38

%44.82
%41.69
%13.49

CMYK Percentages of Color #baad38

%0
%7
%70
%27

Triadic Colors of #baad38

#baad38 #38baad #ad38ba

Analogous Colors of #baad38

#baad38 #86ba38 #ba6c38

Monochromatic Colors of #baad38

#baad38

Complementary Color

#baad38 #3845ba

#baad38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad38 Color CSS Codes

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

#baad38 Text Font Color

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

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


#baad38 Background Color

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

This div background color is #baad38


#baad38 Border Color

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

This div border color is #baad38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad38


Comments

No comments written yet.

Please login to write comment.