Color Hex Logo

#babf5c Color Hex

#BABF5C
(186,191,92)
0 Favorites   0 Comments

Color spaces of #babf5c

RGB 18619192
HSL0.180.440.55
HSV63°52°75°
CMYK 0.030.000.52   0.25
XYZ40.812348.473417.3305
Yxy48.47340.38280.4547
Hunter Lab69.6228-17.204833.9775
CIE-Lab75.1225-15.555848.7200

#babf5c color RGB value is (186,191,92).

#babf5c hex color red value is 186, green value is 191 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #babf5c hue: 0.18 , saturation: 0.44 and the lightness value of babf5c is 0.55.

The process color (four color CMYK) of #babf5c color hex is 0.03, 0.00, 0.52, 0.25. Web safe color of #babf5c is #cccc66. Color #babf5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 01011100
Octal 272 277 134
Decimal 186 191 92
Hex BA BF 5C

RGB Percentages of Color #babf5c

%39.66
%40.72
%19.62

CMYK Percentages of Color #babf5c

%3
%0
%52
%25

Triadic Colors of #babf5c

#babf5c #5cbabf #bf5cba

Analogous Colors of #babf5c

#babf5c #89bf5c #bf935c

Monochromatic Colors of #babf5c

#babf5c

Complementary Color

#babf5c #615cbf

#babf5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf5c Color CSS Codes

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

#babf5c Text Font Color

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

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


#babf5c Background Color

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

This div background color is #babf5c


#babf5c Border Color

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

This div border color is #babf5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf5c


Comments

No comments written yet.

Please login to write comment.