Color Hex Logo

#bad65f Color Hex

#BAD65F
(186,214,95)
0 Favorites   0 Comments

Color spaces of #bad65f

RGB 18621495
HSL0.210.590.61
HSV74°56°84°
CMYK 0.130.000.56   0.16
XYZ46.361859.358519.8403
Yxy59.35850.36920.4727
Hunter Lab77.0445-27.414838.6629
CIE-Lab81.4883-26.618154.6972

#bad65f color RGB value is (186,214,95).

#bad65f hex color red value is 186, green value is 214 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bad65f hue: 0.21 , saturation: 0.59 and the lightness value of bad65f is 0.61.

The process color (four color CMYK) of #bad65f color hex is 0.13, 0.00, 0.56, 0.16. Web safe color of #bad65f is #cccc66. Color #bad65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 01011111
Octal 272 326 137
Decimal 186 214 95
Hex BA D6 5F

RGB Percentages of Color #bad65f

%37.58
%43.23
%19.19

CMYK Percentages of Color #bad65f

%13
%0
%56
%16

Triadic Colors of #bad65f

#bad65f #5fbad6 #d65fba

Analogous Colors of #bad65f

#bad65f #7fd65f #d6b75f

Monochromatic Colors of #bad65f

#bad65f

Complementary Color

#bad65f #7b5fd6

#bad65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad65f Color CSS Codes

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

#bad65f Text Font Color

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

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


#bad65f Background Color

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

This div background color is #bad65f


#bad65f Border Color

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

This div border color is #bad65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad65f


Comments

No comments written yet.

Please login to write comment.