Color Hex Logo

#baa823 Color Hex

#BAA823
(186,168,35)
0 Favorites   0 Comments

Color spaces of #baa823

RGB 18616835
HSL0.150.680.43
HSV53°81°73°
CMYK 0.000.100.81   0.27
XYZ34.555738.56577.2128
Yxy38.56570.43010.4801
Hunter Lab62.1013-9.352536.5846
CIE-Lab68.4355-7.086764.6543

#baa823 color RGB value is (186,168,35).

#baa823 hex color red value is 186, green value is 168 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #baa823 hue: 0.15 , saturation: 0.68 and the lightness value of baa823 is 0.43.

The process color (four color CMYK) of #baa823 color hex is 0.00, 0.10, 0.81, 0.27. Web safe color of #baa823 is #cc9933. Color #baa823 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 00100011
Octal 272 250 43
Decimal 186 168 35
Hex BA A8 23

RGB Percentages of Color #baa823

%47.81
%43.19
%9.00

CMYK Percentages of Color #baa823

%0
%10
%81
%27

Triadic Colors of #baa823

#baa823 #23baa8 #a823ba

Analogous Colors of #baa823

#baa823 #81ba23 #ba5d23

Monochromatic Colors of #baa823

#baa823

Complementary Color

#baa823 #2335ba

#baa823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa823 Color CSS Codes

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

#baa823 Text Font Color

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

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


#baa823 Background Color

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

This div background color is #baa823


#baa823 Border Color

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

This div border color is #baa823


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa823


Comments

No comments written yet.

Please login to write comment.