Color Hex Logo

#eefae2 Color Hex

#EEFAE2
(238,250,226)
0 Favorites   0 Comments

Color spaces of #eefae2

RGB 238250226
HSL0.250.710.93
HSV90°10°98°
CMYK 0.050.000.10   0.02
XYZ83.173092.039385.3332
Yxy92.03930.31920.3533
Hunter Lab95.9371-13.138814.4193
CIE-Lab96.8364-8.117710.1504

#eefae2 color RGB value is (238,250,226).

#eefae2 hex color red value is 238, green value is 250 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #eefae2 hue: 0.25 , saturation: 0.71 and the lightness value of eefae2 is 0.93.

The process color (four color CMYK) of #eefae2 color hex is 0.05, 0.00, 0.10, 0.02. Web safe color of #eefae2 is #ffffcc. Color #eefae2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11100010
Octal 356 372 342
Decimal 238 250 226
Hex EE FA E2

RGB Percentages of Color #eefae2

%33.33
%35.01
%31.65

CMYK Percentages of Color #eefae2

%5
%0
%10
%2

Triadic Colors of #eefae2

#eefae2 #e2eefa #fae2ee

Analogous Colors of #eefae2

#eefae2 #e2fae2 #fafae2

Monochromatic Colors of #eefae2

#eefae2

Complementary Color

#eefae2 #eee2fa

#eefae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefae2 Color CSS Codes

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

#eefae2 Text Font Color

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

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


#eefae2 Background Color

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

This div background color is #eefae2


#eefae2 Border Color

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

This div border color is #eefae2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,250,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefae2

Related Colors


Comments

No comments written yet.

Please login to write comment.