Color Hex Logo

#baae1d Color Hex

#BAAE1D
(186,174,29)
0 Favorites   0 Comments

Color spaces of #baae1d

RGB 18617429
HSL0.150.730.42
HSV55°84°73°
CMYK 0.000.060.84   0.27
XYZ35.607540.79997.1609
Yxy40.79990.42610.4882
Hunter Lab63.8748-12.274738.0655
CIE-Lab70.0355-10.398867.6075

#baae1d color RGB value is (186,174,29).

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

The process color (four color CMYK) of #baae1d color hex is 0.00, 0.06, 0.84, 0.27. Web safe color of #baae1d is #cc9933. Color #baae1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 00011101
Octal 272 256 35
Decimal 186 174 29
Hex BA AE 1D

RGB Percentages of Color #baae1d

%47.81
%44.73
%7.46

CMYK Percentages of Color #baae1d

%0
%6
%84
%27

Triadic Colors of #baae1d

#baae1d #1dbaae #ae1dba

Analogous Colors of #baae1d

#baae1d #78ba1d #ba601d

Monochromatic Colors of #baae1d

#baae1d

Complementary Color

#baae1d #1d29ba

#baae1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae1d Color CSS Codes

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

#baae1d Text Font Color

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

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


#baae1d Background Color

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

This div background color is #baae1d


#baae1d Border Color

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

This div border color is #baae1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae1d


Comments

No comments written yet.

Please login to write comment.