Color Hex Logo

#badf76 Color Hex

#BADF76
(186,223,118)
0 Favorites   0 Comments

Color spaces of #badf76

RGB 186223118
HSL0.230.620.67
HSV81°47°87°
CMYK 0.170.000.47   0.13
XYZ49.907464.522526.9632
Yxy64.52250.35300.4563
Hunter Lab80.3259-29.666236.3261
CIE-Lab84.2371-28.678447.2291

#badf76 color RGB value is (186,223,118).

#badf76 hex color red value is 186, green value is 223 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #badf76 hue: 0.23 , saturation: 0.62 and the lightness value of badf76 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 01110110
Octal 272 337 166
Decimal 186 223 118
Hex BA DF 76

RGB Percentages of Color #badf76

%35.29
%42.31
%22.39

CMYK Percentages of Color #badf76

%17
%0
%47
%13

Triadic Colors of #badf76

#badf76 #76badf #df76ba

Analogous Colors of #badf76

#badf76 #86df76 #dfd076

Monochromatic Colors of #badf76

#badf76

Complementary Color

#badf76 #9b76df

#badf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badf76 Color CSS Codes

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

#badf76 Text Font Color

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

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


#badf76 Background Color

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

This div background color is #badf76


#badf76 Border Color

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

This div border color is #badf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badf76


Comments

No comments written yet.

Please login to write comment.