Color Hex Logo

#ecfed5 Color Hex

#ECFED5
(236,254,213)
0 Favorites   0 Comments

Color spaces of #ecfed5

RGB 236254213
HSL0.240.950.92
HSV86°16°100°
CMYK 0.070.000.16   0.00
XYZ82.044193.520676.6779
Yxy93.52060.32530.3708
Hunter Lab96.7060-17.798620.6834
CIE-Lab97.4385-12.886617.6464

#ecfed5 color RGB value is (236,254,213).

#ecfed5 hex color red value is 236, green value is 254 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ecfed5 hue: 0.24 , saturation: 0.95 and the lightness value of ecfed5 is 0.92.

The process color (four color CMYK) of #ecfed5 color hex is 0.07, 0.00, 0.16, 0.00. Web safe color of #ecfed5 is #ffffcc. Color #ecfed5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111110 11010101
Octal 354 376 325
Decimal 236 254 213
Hex EC FE D5

RGB Percentages of Color #ecfed5

%33.57
%36.13
%30.30

CMYK Percentages of Color #ecfed5

%7
%0
%16
%0

Triadic Colors of #ecfed5

#ecfed5 #d5ecfe #fed5ec

Analogous Colors of #ecfed5

#ecfed5 #d8fed5 #fefcd5

Monochromatic Colors of #ecfed5

#ecfed5

Complementary Color

#ecfed5 #e7d5fe

#ecfed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfed5 Color CSS Codes

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

#ecfed5 Text Font Color

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

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


#ecfed5 Background Color

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

This div background color is #ecfed5


#ecfed5 Border Color

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

This div border color is #ecfed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfed5


Comments

No comments written yet.

Please login to write comment.