Color Hex Logo

#babe3d Color Hex

#BABE3D
(186,190,61)
0 Favorites   0 Comments

Color spaces of #babe3d

RGB 18619061
HSL0.170.510.49
HSV62°68°75°
CMYK 0.020.000.68   0.25
XYZ39.505547.602911.5210
Yxy47.60290.40050.4826
Hunter Lab68.9949-18.534438.3959
CIE-Lab74.5738-17.260361.5655

#babe3d color RGB value is (186,190,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 00111101
Octal 272 276 75
Decimal 186 190 61
Hex BA BE 3D

RGB Percentages of Color #babe3d

%42.56
%43.48
%13.96

CMYK Percentages of Color #babe3d

%2
%0
%68
%25

Triadic Colors of #babe3d

#babe3d #3dbabe #be3dba

Analogous Colors of #babe3d

#babe3d #7abe3d #be823d

Monochromatic Colors of #babe3d

#babe3d

Complementary Color

#babe3d #413dbe

#babe3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe3d Color CSS Codes

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

#babe3d Text Font Color

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

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


#babe3d Background Color

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

This div background color is #babe3d


#babe3d Border Color

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

This div border color is #babe3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe3d


Comments

No comments written yet.

Please login to write comment.