Color Hex Logo

#bade95 Color Hex

#BADE95
(186,222,149)
0 Favorites   0 Comments

Color spaces of #bade95

RGB 186222149
HSL0.250.530.73
HSV90°33°87°
CMYK 0.160.000.33   0.13
XYZ51.795864.851638.2214
Yxy64.85160.33440.4188
Hunter Lab80.5305-26.120328.2311
CIE-Lab84.4072-24.386932.0315

#bade95 color RGB value is (186,222,149).

#bade95 hex color red value is 186, green value is 222 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bade95 hue: 0.25 , saturation: 0.53 and the lightness value of bade95 is 0.73.

The process color (four color CMYK) of #bade95 color hex is 0.16, 0.00, 0.33, 0.13. Web safe color of #bade95 is #cccc99. Color #bade95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 10010101
Octal 272 336 225
Decimal 186 222 149
Hex BA DE 95

RGB Percentages of Color #bade95

%33.39
%39.86
%26.75

CMYK Percentages of Color #bade95

%16
%0
%33
%13

Triadic Colors of #bade95

#bade95 #95bade #de95ba

Analogous Colors of #bade95

#bade95 #96de95 #dede95

Monochromatic Colors of #bade95

#bade95

Complementary Color

#bade95 #b995de

#bade95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bade95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bade95 Color CSS Codes

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

#bade95 Text Font Color

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

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


#bade95 Background Color

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

This div background color is #bade95


#bade95 Border Color

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

This div border color is #bade95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bade95


Comments

No comments written yet.

Please login to write comment.