Color Hex Logo

#eefcfd Color Hex

#EEFCFD
(238,252,253)
1 Favorites   0 Comments

Color spaces of #eefcfd

RGB 238252253
HSL0.510.790.96
HSV184°99°
CMYK 0.060.000.00   0.01
XYZ87.799994.8898106.6165
Yxy94.88980.30350.3280
Hunter Lab97.4114-9.58243.2952
CIE-Lab97.9894-4.3790-2.0691

#eefcfd color RGB value is (238,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11111101
Octal 356 374 375
Decimal 238 252 253
Hex EE FC FD

RGB Percentages of Color #eefcfd

%32.03
%33.92
%34.05

CMYK Percentages of Color #eefcfd

%6
%0
%0
%1

Triadic Colors of #eefcfd

#eefcfd #fdeefc #fcfdee

Analogous Colors of #eefcfd

#eefcfd #eef5fd #eefdf7

Monochromatic Colors of #eefcfd

#eefcfd

Complementary Color

#eefcfd #fdefee

#eefcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcfd Color CSS Codes

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

#eefcfd Text Font Color

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

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


#eefcfd Background Color

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

This div background color is #eefcfd


#eefcfd Border Color

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

This div border color is #eefcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcfd

Related Colors

#eefcfd Color Palettes


Comments

No comments written yet.

Please login to write comment.