Color Hex Logo

#badeac Color Hex

#BADEAC
(186,222,172)
0 Favorites   0 Comments

Color spaces of #badeac

RGB 186222172
HSL0.290.430.77
HSV103°23°87°
CMYK 0.160.000.23   0.13
XYZ53.817465.660248.8669
Yxy65.66020.31970.3900
Hunter Lab81.0310-23.252020.9660
CIE-Lab84.8228-20.932520.7066

#badeac color RGB value is (186,222,172).

#badeac hex color red value is 186, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #badeac hue: 0.29 , saturation: 0.43 and the lightness value of badeac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 10101100
Octal 272 336 254
Decimal 186 222 172
Hex BA DE AC

RGB Percentages of Color #badeac

%32.07
%38.28
%29.66

CMYK Percentages of Color #badeac

%16
%0
%23
%13

Triadic Colors of #badeac

#badeac #acbade #deacba

Analogous Colors of #badeac

#badeac #acdeb7 #d3deac

Monochromatic Colors of #badeac

#badeac

Complementary Color

#badeac #d0acde

#badeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#badeac Color CSS Codes

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

#badeac Text Font Color

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

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


#badeac Background Color

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

This div background color is #badeac


#badeac Border Color

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

This div border color is #badeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badeac


Comments

No comments written yet.

Please login to write comment.