Color Hex Logo

#bade79 Color Hex

#BADE79
(186,222,121)
0 Favorites   0 Comments

Color spaces of #bade79

RGB 186222121
HSL0.230.600.67
HSV81°45°87°
CMYK 0.160.000.45   0.13
XYZ49.822264.062127.8285
Yxy64.06210.35160.4521
Hunter Lab80.0388-28.956035.4128
CIE-Lab83.9981-27.878045.4876

#bade79 color RGB value is (186,222,121).

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

The process color (four color CMYK) of #bade79 color hex is 0.16, 0.00, 0.45, 0.13. Web safe color of #bade79 is #cccc66. Color #bade79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 01111001
Octal 272 336 171
Decimal 186 222 121
Hex BA DE 79

RGB Percentages of Color #bade79

%35.16
%41.97
%22.87

CMYK Percentages of Color #bade79

%16
%0
%45
%13

Triadic Colors of #bade79

#bade79 #79bade #de79ba

Analogous Colors of #bade79

#bade79 #88de79 #ded079

Monochromatic Colors of #bade79

#bade79

Complementary Color

#bade79 #9d79de

#bade79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bade79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bade79 Color CSS Codes

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

#bade79 Text Font Color

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

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


#bade79 Background Color

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

This div background color is #bade79


#bade79 Border Color

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

This div border color is #bade79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bade79


Comments

No comments written yet.

Please login to write comment.