Color Hex Logo

#babe5d Color Hex

#BABE5D
(186,190,93)
0 Favorites   0 Comments

Color spaces of #babe5d

RGB 18619093
HSL0.170.430.55
HSV62°51°75°
CMYK 0.020.000.51   0.25
XYZ40.638948.056317.4898
Yxy48.05630.38270.4526
Hunter Lab69.3227-16.672933.5672
CIE-Lab74.8604-14.961047.9370

#babe5d color RGB value is (186,190,93).

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

The process color (four color CMYK) of #babe5d color hex is 0.02, 0.00, 0.51, 0.25. Web safe color of #babe5d is #cccc66. Color #babe5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111110 01011101
Octal 272 276 135
Decimal 186 190 93
Hex BA BE 5D

RGB Percentages of Color #babe5d

%39.66
%40.51
%19.83

CMYK Percentages of Color #babe5d

%2
%0
%51
%25

Triadic Colors of #babe5d

#babe5d #5dbabe #be5dba

Analogous Colors of #babe5d

#babe5d #8abe5d #be925d

Monochromatic Colors of #babe5d

#babe5d

Complementary Color

#babe5d #615dbe

#babe5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babe5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#babe5d Color CSS Codes

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

#babe5d Text Font Color

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

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


#babe5d Background Color

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

This div background color is #babe5d


#babe5d Border Color

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

This div border color is #babe5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babe5d


Comments

No comments written yet.

Please login to write comment.