Color Hex Logo

#edfcee Color Hex

#EDFCEE
(237,252,238)
0 Favorites   0 Comments

Color spaces of #edfcee

RGB 237252238
HSL0.340.710.96
HSV124°99°
CMYK 0.060.000.06   0.01
XYZ85.168193.798494.5050
Yxy93.79840.31140.3430
Hunter Lab96.8496-12.51659.9400
CIE-Lab97.5507-7.40294.9991

#edfcee color RGB value is (237,252,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11101110
Octal 355 374 356
Decimal 237 252 238
Hex ED FC EE

RGB Percentages of Color #edfcee

%32.60
%34.66
%32.74

CMYK Percentages of Color #edfcee

%6
%0
%6
%1

Triadic Colors of #edfcee

#edfcee #eeedfc #fceeed

Analogous Colors of #edfcee

#edfcee #edfcf6 #f4fced

Monochromatic Colors of #edfcee

#edfcee

Complementary Color

#edfcee #fcedfb

#edfcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcee Color CSS Codes

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

#edfcee Text Font Color

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

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


#edfcee Background Color

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

This div background color is #edfcee


#edfcee Border Color

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

This div border color is #edfcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcee


Comments

No comments written yet.

Please login to write comment.