Color Hex Logo

#bada66 Color Hex

#BADA66
(186,218,102)
0 Favorites   0 Comments

Color spaces of #bada66

RGB 186218102
HSL0.210.610.63
HSV77°53°85°
CMYK 0.150.000.53   0.15
XYZ47.719461.541221.9339
Yxy61.54120.36370.4691
Hunter Lab78.4482-28.704338.3364
CIE-Lab82.6688-27.901952.8770

#bada66 color RGB value is (186,218,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 01100110
Octal 272 332 146
Decimal 186 218 102
Hex BA DA 66

RGB Percentages of Color #bada66

%36.76
%43.08
%20.16

CMYK Percentages of Color #bada66

%15
%0
%53
%15

Triadic Colors of #bada66

#bada66 #66bada #da66ba

Analogous Colors of #bada66

#bada66 #80da66 #dac066

Monochromatic Colors of #bada66

#bada66

Complementary Color

#bada66 #8666da

#bada66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada66 Color CSS Codes

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

#bada66 Text Font Color

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

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


#bada66 Background Color

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

This div background color is #bada66


#bada66 Border Color

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

This div border color is #bada66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,218,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 #bada66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada66


Comments

No comments written yet.

Please login to write comment.