Color Hex Logo

#badf73 Color Hex

#BADF73
(186,223,115)
0 Favorites   0 Comments

Color spaces of #badf73

RGB 186223115
HSL0.220.630.66
HSV81°48°87°
CMYK 0.170.000.48   0.13
XYZ49.731964.452326.0390
Yxy64.45230.35470.4596
Hunter Lab80.2822-29.919636.9672
CIE-Lab84.2007-28.995048.6180

#badf73 color RGB value is (186,223,115).

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

The process color (four color CMYK) of #badf73 color hex is 0.17, 0.00, 0.48, 0.13. Web safe color of #badf73 is #cccc66. Color #badf73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 01110011
Octal 272 337 163
Decimal 186 223 115
Hex BA DF 73

RGB Percentages of Color #badf73

%35.50
%42.56
%21.95

CMYK Percentages of Color #badf73

%17
%0
%48
%13

Triadic Colors of #badf73

#badf73 #73badf #df73ba

Analogous Colors of #badf73

#badf73 #84df73 #dfce73

Monochromatic Colors of #badf73

#badf73

Complementary Color

#badf73 #9873df

#badf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badf73 Color CSS Codes

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

#badf73 Text Font Color

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

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


#badf73 Background Color

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

This div background color is #badf73


#badf73 Border Color

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

This div border color is #badf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badf73


Comments

No comments written yet.

Please login to write comment.