Color Hex Logo

#baae26 Color Hex

#BAAE26
(186,174,38)
1 Favorites   0 Comments

Color spaces of #baae26

RGB 18617438
HSL0.150.660.44
HSV55°80°73°
CMYK 0.000.060.80   0.27
XYZ35.735640.85117.8353
Yxy40.85110.42330.4839
Hunter Lab63.9149-12.049437.4721
CIE-Lab70.0715-10.122165.2109

#baae26 color RGB value is (186,174,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 00100110
Octal 272 256 46
Decimal 186 174 38
Hex BA AE 26

RGB Percentages of Color #baae26

%46.73
%43.72
%9.55

CMYK Percentages of Color #baae26

%0
%6
%80
%27

Triadic Colors of #baae26

#baae26 #26baae #ae26ba

Analogous Colors of #baae26

#baae26 #7cba26 #ba6426

Monochromatic Colors of #baae26

#baae26

Complementary Color

#baae26 #2632ba

#baae26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baae26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baae26 Color CSS Codes

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

#baae26 Text Font Color

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

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


#baae26 Background Color

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

This div background color is #baae26


#baae26 Border Color

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

This div border color is #baae26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baae26


Comments

No comments written yet.

Please login to write comment.