Color Hex Logo

#babe29 Color Hex

#BABE29
(186,190,41)
0 Favorites   0 Comments

Color spaces of #babe29

RGB 18619041
HSL0.170.650.45
HSV62°78°75°
CMYK 0.020.000.78   0.25
XYZ39.063447.42619.1931
Yxy47.42610.40830.4957
Hunter Lab68.8666-19.265540.2919
CIE-Lab74.4615-18.173568.2282

#babe29 color RGB value is (186,190,41).

#babe29 hex color red value is 186, green value is 190 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #babe29 hue: 0.17 , saturation: 0.65 and the lightness value of babe29 is 0.45.

The process color (four color CMYK) of #babe29 color hex is 0.02, 0.00, 0.78, 0.25. Web safe color of #babe29 is #cccc33. Color #babe29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 00101001
Octal 272 276 51
Decimal 186 190 41
Hex BA BE 29

RGB Percentages of Color #babe29

%44.60
%45.56
%9.83

CMYK Percentages of Color #babe29

%2
%0
%78
%25

Triadic Colors of #babe29

#babe29 #29babe #be29ba

Analogous Colors of #babe29

#babe29 #70be29 #be7829

Monochromatic Colors of #babe29

#babe29

Complementary Color

#babe29 #2d29be

#babe29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe29 Color CSS Codes

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

#babe29 Text Font Color

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

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


#babe29 Background Color

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

This div background color is #babe29


#babe29 Border Color

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

This div border color is #babe29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe29


Comments

No comments written yet.

Please login to write comment.