Color Hex Logo

#ecede1 Color Hex

#ECEDE1
(236,237,225)
0 Favorites   0 Comments

Color spaces of #ecede1

RGB 236237225
HSL0.180.250.91
HSV65°93°
CMYK 0.000.000.05   0.07
XYZ78.466983.837583.2808
Yxy83.83750.31950.3414
Hunter Lab91.5628-7.265210.1669
CIE-Lab93.3799-2.41475.6813

#ecede1 color RGB value is (236,237,225).

#ecede1 hex color red value is 236, green value is 237 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ecede1 hue: 0.18 , saturation: 0.25 and the lightness value of ecede1 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101101 11100001
Octal 354 355 341
Decimal 236 237 225
Hex EC ED E1

RGB Percentages of Color #ecede1

%33.81
%33.95
%32.23

CMYK Percentages of Color #ecede1

%0
%0
%5
%7

Triadic Colors of #ecede1

#ecede1 #e1eced #ede1ec

Analogous Colors of #ecede1

#ecede1 #e6ede1 #ede8e1

Monochromatic Colors of #ecede1

#ecede1

Complementary Color

#ecede1 #e2e1ed

#ecede1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecede1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecede1 Color CSS Codes

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

#ecede1 Text Font Color

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

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


#ecede1 Background Color

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

This div background color is #ecede1


#ecede1 Border Color

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

This div border color is #ecede1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecede1


Comments

No comments written yet.

Please login to write comment.