Color Hex Logo

#badfae Color Hex

#BADFAE
(186,223,174)
0 Favorites   0 Comments

Color spaces of #badfae

RGB 186223174
HSL0.290.430.78
HSV105°22°87°
CMYK 0.170.000.22   0.13
XYZ54.277466.270449.9752
Yxy66.27040.31830.3886
Hunter Lab81.4066-23.447820.5868
CIE-Lab85.1342-21.099420.0945

#badfae color RGB value is (186,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 10101110
Octal 272 337 256
Decimal 186 223 174
Hex BA DF AE

RGB Percentages of Color #badfae

%31.90
%38.25
%29.85

CMYK Percentages of Color #badfae

%17
%0
%22
%13

Triadic Colors of #badfae

#badfae #aebadf #dfaeba

Analogous Colors of #badfae

#badfae #aedfbb #d3dfae

Monochromatic Colors of #badfae

#badfae

Complementary Color

#badfae #d3aedf

#badfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#badfae Color CSS Codes

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

#badfae Text Font Color

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

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


#badfae Background Color

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

This div background color is #badfae


#badfae Border Color

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

This div border color is #badfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badfae


Comments

No comments written yet.

Please login to write comment.