Color Hex Logo

#bade7c Color Hex

#BADE7C
(186,222,124)
0 Favorites   0 Comments

Color spaces of #bade7c

RGB 186222124
HSL0.230.600.68
HSV82°44°87°
CMYK 0.160.000.44   0.13
XYZ50.009164.136928.8127
Yxy64.13690.34980.4486
Hunter Lab80.0855-28.686034.7289
CIE-Lab84.0370-27.542244.0757

#bade7c color RGB value is (186,222,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 01111100
Octal 272 336 174
Decimal 186 222 124
Hex BA DE 7C

RGB Percentages of Color #bade7c

%34.96
%41.73
%23.31

CMYK Percentages of Color #bade7c

%16
%0
%44
%13

Triadic Colors of #bade7c

#bade7c #7cbade #de7cba

Analogous Colors of #bade7c

#bade7c #89de7c #ded17c

Monochromatic Colors of #bade7c

#bade7c

Complementary Color

#bade7c #a07cde

#bade7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bade7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bade7c Color CSS Codes

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

#bade7c Text Font Color

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

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


#bade7c Background Color

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

This div background color is #bade7c


#bade7c Border Color

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

This div border color is #bade7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bade7c


Comments

No comments written yet.

Please login to write comment.