Color Hex Logo

#eefaec Color Hex

#EEFAEC
(238,250,236)
0 Favorites   0 Comments

Color spaces of #eefaec

RGB 238250236
HSL0.310.580.95
HSV111°98°
CMYK 0.050.000.06   0.02
XYZ84.585892.604592.7732
Yxy92.60450.31330.3430
Hunter Lab96.2312-11.505910.2024
CIE-Lab97.0669-6.41855.3374

#eefaec color RGB value is (238,250,236).

#eefaec hex color red value is 238, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #eefaec hue: 0.31 , saturation: 0.58 and the lightness value of eefaec is 0.95.

The process color (four color CMYK) of #eefaec color hex is 0.05, 0.00, 0.06, 0.02. Web safe color of #eefaec is #ffffff. Color #eefaec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11101100
Octal 356 372 354
Decimal 238 250 236
Hex EE FA EC

RGB Percentages of Color #eefaec

%32.87
%34.53
%32.60

CMYK Percentages of Color #eefaec

%5
%0
%6
%2

Triadic Colors of #eefaec

#eefaec #eceefa #faecee

Analogous Colors of #eefaec

#eefaec #ecfaf1 #f5faec

Monochromatic Colors of #eefaec

#eefaec

Complementary Color

#eefaec #f8ecfa

#eefaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefaec Color CSS Codes

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

#eefaec Text Font Color

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

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


#eefaec Background Color

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

This div background color is #eefaec


#eefaec Border Color

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

This div border color is #eefaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefaec

Related Colors


Comments

No comments written yet.

Please login to write comment.