Color Hex Logo

#bad967 Color Hex

#BAD967
(186,217,103)
0 Favorites   0 Comments

Color spaces of #bad967

RGB 186217103
HSL0.210.600.63
HSV76°53°85°
CMYK 0.140.000.53   0.15
XYZ47.510761.044122.1106
Yxy61.04410.36360.4672
Hunter Lab78.1307-28.184337.9127
CIE-Lab82.4024-27.333852.1037

#bad967 color RGB value is (186,217,103).

#bad967 hex color red value is 186, green value is 217 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bad967 hue: 0.21 , saturation: 0.60 and the lightness value of bad967 is 0.63.

The process color (four color CMYK) of #bad967 color hex is 0.14, 0.00, 0.53, 0.15. Web safe color of #bad967 is #cccc66. Color #bad967 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 01100111
Octal 272 331 147
Decimal 186 217 103
Hex BA D9 67

RGB Percentages of Color #bad967

%36.76
%42.89
%20.36

CMYK Percentages of Color #bad967

%14
%0
%53
%15

Triadic Colors of #bad967

#bad967 #67bad9 #d967ba

Analogous Colors of #bad967

#bad967 #81d967 #d9bf67

Monochromatic Colors of #bad967

#bad967

Complementary Color

#bad967 #8667d9

#bad967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad967 Color CSS Codes

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

#bad967 Text Font Color

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

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


#bad967 Background Color

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

This div background color is #bad967


#bad967 Border Color

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

This div border color is #bad967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad967


Comments

No comments written yet.

Please login to write comment.