Color Hex Logo

#babe30 Color Hex

#BABE30
(186,190,48)
0 Favorites   0 Comments

Color spaces of #babe30

RGB 18619048
HSL0.170.600.47
HSV62°75°75°
CMYK 0.020.000.75   0.25
XYZ39.196747.47949.8949
Yxy47.47940.40590.4917
Hunter Lab68.9053-19.044739.7196
CIE-Lab74.4954-17.897166.1084

#babe30 color RGB value is (186,190,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 00110000
Octal 272 276 60
Decimal 186 190 48
Hex BA BE 30

RGB Percentages of Color #babe30

%43.87
%44.81
%11.32

CMYK Percentages of Color #babe30

%2
%0
%75
%25

Triadic Colors of #babe30

#babe30 #30babe #be30ba

Analogous Colors of #babe30

#babe30 #73be30 #be7b30

Monochromatic Colors of #babe30

#babe30

Complementary Color

#babe30 #3430be

#babe30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe30 Color CSS Codes

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

#babe30 Text Font Color

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

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


#babe30 Background Color

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

This div background color is #babe30


#babe30 Border Color

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

This div border color is #babe30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe30


Comments

No comments written yet.

Please login to write comment.