Color Hex Logo

#baba22 Color Hex

#BABA22
(186,186,34)
0 Favorites   0 Comments

Color spaces of #baba22

RGB 18618634
HSL0.170.690.43
HSV60°82°73°
CMYK 0.000.000.82   0.27
XYZ38.097345.67248.3211
Yxy45.67240.41370.4959
Hunter Lab67.5814-17.642540.0067
CIE-Lab73.3325-16.397269.1483

#baba22 color RGB value is (186,186,34).

#baba22 hex color red value is 186, green value is 186 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #baba22 hue: 0.17 , saturation: 0.69 and the lightness value of baba22 is 0.43.

The process color (four color CMYK) of #baba22 color hex is 0.00, 0.00, 0.82, 0.27. Web safe color of #baba22 is #cccc33. Color #baba22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 00100010
Octal 272 272 42
Decimal 186 186 34
Hex BA BA 22

RGB Percentages of Color #baba22

%45.81
%45.81
%8.37

CMYK Percentages of Color #baba22

%0
%0
%82
%27

Triadic Colors of #baba22

#baba22 #22baba #ba22ba

Analogous Colors of #baba22

#baba22 #6eba22 #ba6e22

Monochromatic Colors of #baba22

#baba22

Complementary Color

#baba22 #2222ba

#baba22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba22 Color CSS Codes

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

#baba22 Text Font Color

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

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


#baba22 Background Color

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

This div background color is #baba22


#baba22 Border Color

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

This div border color is #baba22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba22


Comments

No comments written yet.

Please login to write comment.