Color Hex Logo

#babf69 Color Hex

#BABF69
(186,191,105)
0 Favorites   0 Comments

Color spaces of #babf69

RGB 186191105
HSL0.180.400.58
HSV63°45°75°
CMYK 0.030.000.45   0.25
XYZ41.430348.720620.5850
Yxy48.72060.37410.4400
Hunter Lab69.8001-16.200531.3747
CIE-Lab75.2772-14.327942.5872

#babf69 color RGB value is (186,191,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 01101001
Octal 272 277 151
Decimal 186 191 105
Hex BA BF 69

RGB Percentages of Color #babf69

%38.59
%39.63
%21.78

CMYK Percentages of Color #babf69

%3
%0
%45
%25

Triadic Colors of #babf69

#babf69 #69babf #bf69ba

Analogous Colors of #babf69

#babf69 #8fbf69 #bf9969

Monochromatic Colors of #babf69

#babf69

Complementary Color

#babf69 #6e69bf

#babf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf69 Color CSS Codes

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

#babf69 Text Font Color

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

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


#babf69 Background Color

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

This div background color is #babf69


#babf69 Border Color

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

This div border color is #babf69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf69


Comments

No comments written yet.

Please login to write comment.