Color Hex Logo

#babd65 Color Hex

#BABD65
(186,189,101)
0 Favorites   0 Comments

Color spaces of #babd65

RGB 186189101
HSL0.170.400.57
HSV62°47°74°
CMYK 0.020.000.47   0.26
XYZ40.796347.773919.3830
Yxy47.77390.37790.4425
Hunter Lab69.1187-15.600631.7563
CIE-Lab74.6821-13.706643.8404

#babd65 color RGB value is (186,189,101).

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

The process color (four color CMYK) of #babd65 color hex is 0.02, 0.00, 0.47, 0.26. Web safe color of #babd65 is #cccc66. Color #babd65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 01100101
Octal 272 275 145
Decimal 186 189 101
Hex BA BD 65

RGB Percentages of Color #babd65

%39.08
%39.71
%21.22

CMYK Percentages of Color #babd65

%2
%0
%47
%26

Triadic Colors of #babd65

#babd65 #65babd #bd65ba

Analogous Colors of #babd65

#babd65 #8ebd65 #bd9465

Monochromatic Colors of #babd65

#babd65

Complementary Color

#babd65 #6865bd

#babd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd65 Color CSS Codes

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

#babd65 Text Font Color

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

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


#babd65 Background Color

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

This div background color is #babd65


#babd65 Border Color

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

This div border color is #babd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd65


Comments

No comments written yet.

Please login to write comment.