Color Hex Logo

#bad662 Color Hex

#BAD662
(186,214,98)
0 Favorites   0 Comments

Color spaces of #bad662

RGB 18621498
HSL0.210.590.61
HSV74°54°84°
CMYK 0.130.000.54   0.16
XYZ46.500959.414120.5725
Yxy59.41410.36760.4697
Hunter Lab77.0805-27.206038.1321
CIE-Lab81.5187-26.356053.3717

#bad662 color RGB value is (186,214,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 01100010
Octal 272 326 142
Decimal 186 214 98
Hex BA D6 62

RGB Percentages of Color #bad662

%37.35
%42.97
%19.68

CMYK Percentages of Color #bad662

%13
%0
%54
%16

Triadic Colors of #bad662

#bad662 #62bad6 #d662ba

Analogous Colors of #bad662

#bad662 #80d662 #d6b862

Monochromatic Colors of #bad662

#bad662

Complementary Color

#bad662 #7e62d6

#bad662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad662 Color CSS Codes

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

#bad662 Text Font Color

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

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


#bad662 Background Color

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

This div background color is #bad662


#bad662 Border Color

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

This div border color is #bad662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad662


Comments

No comments written yet.

Please login to write comment.