Color Hex Logo

#eefafc Color Hex

#EEFAFC
(238,250,252)
0 Favorites   0 Comments

Color spaces of #eefafc

RGB 238250252
HSL0.520.700.96
HSV189°99°
CMYK 0.060.010.00   0.01
XYZ87.016293.5766105.5713
Yxy93.57660.30410.3270
Hunter Lab96.7350-8.71983.0086
CIE-Lab97.4611-3.5551-2.3288

#eefafc color RGB value is (238,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11111100
Octal 356 372 374
Decimal 238 250 252
Hex EE FA FC

RGB Percentages of Color #eefafc

%32.16
%33.78
%34.05

CMYK Percentages of Color #eefafc

%6
%1
%0
%1

Triadic Colors of #eefafc

#eefafc #fceefa #fafcee

Analogous Colors of #eefafc

#eefafc #eef3fc #eefcf7

Monochromatic Colors of #eefafc

#eefafc

Complementary Color

#eefafc #fcf0ee

#eefafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefafc Color CSS Codes

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

#eefafc Text Font Color

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

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


#eefafc Background Color

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

This div background color is #eefafc


#eefafc Border Color

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

This div border color is #eefafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefafc

Related Colors

#eefafc Color Palettes


Comments

No comments written yet.

Please login to write comment.