Color Hex Logo

#babc26 Color Hex

#BABC26
(186,188,38)
0 Favorites   0 Comments

Color spaces of #babc26

RGB 18618838
HSL0.170.660.44
HSV61°80°74°
CMYK 0.010.000.80   0.26
XYZ38.582846.54558.7844
Yxy46.54550.41080.4956
Hunter Lab68.2243-18.445540.1229
CIE-Lab73.8981-17.275968.5768

#babc26 color RGB value is (186,188,38).

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

The process color (four color CMYK) of #babc26 color hex is 0.01, 0.00, 0.80, 0.26. Web safe color of #babc26 is #cccc33. Color #babc26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111100 00100110
Octal 272 274 46
Decimal 186 188 38
Hex BA BC 26

RGB Percentages of Color #babc26

%45.15
%45.63
%9.22

CMYK Percentages of Color #babc26

%1
%0
%80
%26

Triadic Colors of #babc26

#babc26 #26babc #bc26ba

Analogous Colors of #babc26

#babc26 #6fbc26 #bc7326

Monochromatic Colors of #babc26

#babc26

Complementary Color

#babc26 #2826bc

#babc26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babc26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babc26 Color CSS Codes

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

#babc26 Text Font Color

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

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


#babc26 Background Color

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

This div background color is #babc26


#babc26 Border Color

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

This div border color is #babc26


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,188,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 #babc26">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babc26


Comments

No comments written yet.

Please login to write comment.