Color Hex Logo

#badb66 Color Hex

#BADB66
(186,219,102)
0 Favorites   0 Comments

Color spaces of #badb66

RGB 186219102
HSL0.210.620.63
HSV77°53°86°
CMYK 0.150.000.53   0.14
XYZ47.979562.061422.0206
Yxy62.06140.36330.4699
Hunter Lab78.7791-29.149938.5724
CIE-Lab82.9461-28.376153.2007

#badb66 color RGB value is (186,219,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 01100110
Octal 272 333 146
Decimal 186 219 102
Hex BA DB 66

RGB Percentages of Color #badb66

%36.69
%43.20
%20.12

CMYK Percentages of Color #badb66

%15
%0
%53
%14

Triadic Colors of #badb66

#badb66 #66badb #db66ba

Analogous Colors of #badb66

#badb66 #80db66 #dbc266

Monochromatic Colors of #badb66

#badb66

Complementary Color

#badb66 #8766db

#badb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb66 Color CSS Codes

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

#badb66 Text Font Color

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

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


#badb66 Background Color

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

This div background color is #badb66


#badb66 Border Color

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

This div border color is #badb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb66


Comments

No comments written yet.

Please login to write comment.