Color Hex Logo

#eefcfe Color Hex

#EEFCFE
(238,252,254)
0 Favorites   0 Comments

Color spaces of #eefcfe

RGB 238252254
HSL0.520.890.96
HSV188°100°
CMYK 0.060.010.00   0.00
XYZ87.959794.9537107.4579
Yxy94.95370.30290.3270
Hunter Lab97.4442-9.40122.8281
CIE-Lab98.0150-4.1940-2.5460

#eefcfe color RGB value is (238,252,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11111110
Octal 356 374 376
Decimal 238 252 254
Hex EE FC FE

RGB Percentages of Color #eefcfe

%31.99
%33.87
%34.14

CMYK Percentages of Color #eefcfe

%6
%1
%0
%0

Triadic Colors of #eefcfe

#eefcfe #feeefc #fcfeee

Analogous Colors of #eefcfe

#eefcfe #eef4fe #eefef8

Monochromatic Colors of #eefcfe

#eefcfe

Complementary Color

#eefcfe #fef0ee

#eefcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcfe Color CSS Codes

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

#eefcfe Text Font Color

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

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


#eefcfe Background Color

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

This div background color is #eefcfe


#eefcfe Border Color

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

This div border color is #eefcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.