Color Hex Logo

#badfaa Color Hex

#BADFAA
(186,223,170)
0 Favorites   0 Comments

Color spaces of #badfaa

RGB 186223170
HSL0.280.450.77
HSV102°24°87°
CMYK 0.170.000.24   0.13
XYZ53.893166.116747.9516
Yxy66.11670.32090.3936
Hunter Lab81.3122-23.987821.9539
CIE-Lab85.0559-21.743522.0706

#badfaa color RGB value is (186,223,170).

#badfaa hex color red value is 186, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #badfaa hue: 0.28 , saturation: 0.45 and the lightness value of badfaa is 0.77.

The process color (four color CMYK) of #badfaa color hex is 0.17, 0.00, 0.24, 0.13. Web safe color of #badfaa is #cccc99. Color #badfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 10101010
Octal 272 337 252
Decimal 186 223 170
Hex BA DF AA

RGB Percentages of Color #badfaa

%32.12
%38.51
%29.36

CMYK Percentages of Color #badfaa

%17
%0
%24
%13

Triadic Colors of #badfaa

#badfaa #aabadf #dfaaba

Analogous Colors of #badfaa

#badfaa #aadfb5 #d5dfaa

Monochromatic Colors of #badfaa

#badfaa

Complementary Color

#badfaa #cfaadf

#badfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfaa Color CSS Codes

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

#badfaa Text Font Color

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

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


#badfaa Background Color

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

This div background color is #badfaa


#badfaa Border Color

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

This div border color is #badfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfaa


Comments

No comments written yet.

Please login to write comment.