Color Hex Logo

#eefaac Color Hex

#EEFAAC
(238,250,172)
0 Favorites   0 Comments

Color spaces of #eefaac

RGB 238250172
HSL0.190.890.83
HSV69°31°98°
CMYK 0.050.000.31   0.02
XYZ76.891989.526952.2575
Yxy89.52690.35160.4094
Hunter Lab94.6187-20.524533.4874
CIE-Lab95.8002-16.006636.1706

#eefaac color RGB value is (238,250,172).

#eefaac hex color red value is 238, green value is 250 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eefaac hue: 0.19 , saturation: 0.89 and the lightness value of eefaac is 0.83.

The process color (four color CMYK) of #eefaac color hex is 0.05, 0.00, 0.31, 0.02. Web safe color of #eefaac is #ffff99. Color #eefaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 10101100
Octal 356 372 254
Decimal 238 250 172
Hex EE FA AC

RGB Percentages of Color #eefaac

%36.06
%37.88
%26.06

CMYK Percentages of Color #eefaac

%5
%0
%31
%2

Triadic Colors of #eefaac

#eefaac #aceefa #faacee

Analogous Colors of #eefaac

#eefaac #c7faac #fadfac

Monochromatic Colors of #eefaac

#eefaac

Complementary Color

#eefaac #b8acfa

#eefaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefaac Color CSS Codes

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

#eefaac Text Font Color

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

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


#eefaac Background Color

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

This div background color is #eefaac


#eefaac Border Color

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

This div border color is #eefaac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,250,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 #eefaac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefaac


Comments

No comments written yet.

Please login to write comment.