Color Hex Logo

#baae34 Color Hex

#BAAE34
(186,174,52)
0 Favorites   0 Comments

Color spaces of #baae34

RGB 18617452
HSL0.150.560.47
HSV55°72°73°
CMYK 0.000.060.72   0.27
XYZ36.005640.95919.2570
Yxy40.95910.41760.4750
Hunter Lab63.9993-11.575836.2237
CIE-Lab70.1473-9.542260.5870

#baae34 color RGB value is (186,174,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 00110100
Octal 272 256 64
Decimal 186 174 52
Hex BA AE 34

RGB Percentages of Color #baae34

%45.15
%42.23
%12.62

CMYK Percentages of Color #baae34

%0
%6
%72
%27

Triadic Colors of #baae34

#baae34 #34baae #ae34ba

Analogous Colors of #baae34

#baae34 #83ba34 #ba6b34

Monochromatic Colors of #baae34

#baae34

Complementary Color

#baae34 #3440ba

#baae34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae34 Color CSS Codes

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

#baae34 Text Font Color

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

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


#baae34 Background Color

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

This div background color is #baae34


#baae34 Border Color

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

This div border color is #baae34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae34


Comments

No comments written yet.

Please login to write comment.