Color Hex Logo

#eefafe Color Hex

#EEFAFE
(238,250,254)
0 Favorites   0 Comments

Color spaces of #eefafe

RGB 238250254
HSL0.540.890.96
HSV195°100°
CMYK 0.060.020.00   0.00
XYZ87.334993.7041107.2496
Yxy93.70410.30290.3250
Hunter Lab96.8009-8.35672.0708
CIE-Lab97.5126-3.1851-3.2834

#eefafe color RGB value is (238,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11111110
Octal 356 372 376
Decimal 238 250 254
Hex EE FA FE

RGB Percentages of Color #eefafe

%32.08
%33.69
%34.23

CMYK Percentages of Color #eefafe

%6
%2
%0
%0

Triadic Colors of #eefafe

#eefafe #feeefa #fafeee

Analogous Colors of #eefafe

#eefafe #eef2fe #eefefa

Monochromatic Colors of #eefafe

#eefafe

Complementary Color

#eefafe #fef2ee

#eefafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefafe Color CSS Codes

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

#eefafe Text Font Color

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

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


#eefafe Background Color

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

This div background color is #eefafe


#eefafe Border Color

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

This div border color is #eefafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefafe

Related Colors

#eefafe Color Palettes


Comments

No comments written yet.

Please login to write comment.