Color Hex Logo

#baba05 Color Hex

#BABA05
(186,186,5)
0 Favorites   0 Comments

Color spaces of #baba05

RGB 1861865
HSL0.170.950.37
HSV60°97°73°
CMYK 0.000.000.97   0.27
XYZ37.836045.56796.9449
Yxy45.56790.41880.5044
Hunter Lab67.5040-18.082741.1530
CIE-Lab73.2643-16.948073.9944

#baba05 color RGB value is (186,186,5).

#baba05 hex color red value is 186, green value is 186 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #baba05 hue: 0.17 , saturation: 0.95 and the lightness value of baba05 is 0.37.

The process color (four color CMYK) of #baba05 color hex is 0.00, 0.00, 0.97, 0.27. Web safe color of #baba05 is #cccc00. Color #baba05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 00000101
Octal 272 272 5
Decimal 186 186 5
Hex BA BA 5

RGB Percentages of Color #baba05

%49.34
%49.34
%1.33

CMYK Percentages of Color #baba05

%0
%0
%97
%27

Triadic Colors of #baba05

#baba05 #05baba #ba05ba

Analogous Colors of #baba05

#baba05 #60ba05 #ba5f05

Monochromatic Colors of #baba05

#baba05

Complementary Color

#baba05 #0505ba

#baba05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba05 Color CSS Codes

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

#baba05 Text Font Color

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

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


#baba05 Background Color

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

This div background color is #baba05


#baba05 Border Color

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

This div border color is #baba05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba05


Comments

No comments written yet.

Please login to write comment.