Color Hex Logo

#babe34 Color Hex

#BABE34
(186,190,52)
0 Favorites   0 Comments

Color spaces of #babe34

RGB 18619052
HSL0.170.570.47
HSV62°73°75°
CMYK 0.020.000.73   0.25
XYZ39.283047.513910.3495
Yxy47.51390.40440.4891
Hunter Lab68.9303-18.901939.3492
CIE-Lab74.5173-17.718764.7897

#babe34 color RGB value is (186,190,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 00110100
Octal 272 276 64
Decimal 186 190 52
Hex BA BE 34

RGB Percentages of Color #babe34

%43.46
%44.39
%12.15

CMYK Percentages of Color #babe34

%2
%0
%73
%25

Triadic Colors of #babe34

#babe34 #34babe #be34ba

Analogous Colors of #babe34

#babe34 #75be34 #be7d34

Monochromatic Colors of #babe34

#babe34

Complementary Color

#babe34 #3834be

#babe34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe34 Color CSS Codes

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

#babe34 Text Font Color

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

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


#babe34 Background Color

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

This div background color is #babe34


#babe34 Border Color

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

This div border color is #babe34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe34


Comments

No comments written yet.

Please login to write comment.