Color Hex Logo

#bada73 Color Hex

#BADA73
(186,218,115)
0 Favorites   0 Comments

Color spaces of #bada73

RGB 186218115
HSL0.220.580.65
HSV79°47°85°
CMYK 0.150.000.47   0.15
XYZ48.415661.819725.6003
Yxy61.81970.35640.4551
Hunter Lab78.6255-27.678835.7332
CIE-Lab82.8174-26.619246.9342

#bada73 color RGB value is (186,218,115).

#bada73 hex color red value is 186, green value is 218 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bada73 hue: 0.22 , saturation: 0.58 and the lightness value of bada73 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 01110011
Octal 272 332 163
Decimal 186 218 115
Hex BA DA 73

RGB Percentages of Color #bada73

%35.84
%42.00
%22.16

CMYK Percentages of Color #bada73

%15
%0
%47
%15

Triadic Colors of #bada73

#bada73 #73bada #da73ba

Analogous Colors of #bada73

#bada73 #87da73 #dac773

Monochromatic Colors of #bada73

#bada73

Complementary Color

#bada73 #9373da

#bada73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada73 Color CSS Codes

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

#bada73 Text Font Color

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

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


#bada73 Background Color

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

This div background color is #bada73


#bada73 Border Color

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

This div border color is #bada73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada73


Comments

No comments written yet.

Please login to write comment.