Color Hex Logo

#ecfded Color Hex

#ECFDED
(236,253,237)
0 Favorites   0 Comments

Color spaces of #ecfded

RGB 236253237
HSL0.340.810.96
HSV124°99°
CMYK 0.070.000.06   0.01
XYZ85.003494.197993.8226
Yxy94.19790.31130.3450
Hunter Lab97.0556-13.513110.6239
CIE-Lab97.7117-8.40775.7369

#ecfded color RGB value is (236,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111101 11101101
Octal 354 375 355
Decimal 236 253 237
Hex EC FD ED

RGB Percentages of Color #ecfded

%32.51
%34.85
%32.64

CMYK Percentages of Color #ecfded

%7
%0
%6
%1

Triadic Colors of #ecfded

#ecfded #edecfd #fdedec

Analogous Colors of #ecfded

#ecfded #ecfdf6 #f4fdec

Monochromatic Colors of #ecfded

#ecfded

Complementary Color

#ecfded #fdecfc

#ecfded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfded Color CSS Codes

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

#ecfded Text Font Color

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

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


#ecfded Background Color

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

This div background color is #ecfded


#ecfded Border Color

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

This div border color is #ecfded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfded

Related Colors


Comments

No comments written yet.

Please login to write comment.