Color Hex Logo

#ecefe0 Color Hex

#ECEFE0
(236,239,224)
0 Favorites   0 Comments

Color spaces of #ecefe0

RGB 236239224
HSL0.200.320.91
HSV72°94°
CMYK 0.010.000.06   0.06
XYZ78.913184.947782.7584
Yxy84.94770.32000.3444
Hunter Lab92.1671-8.461411.2794
CIE-Lab93.8606-3.59936.8933

#ecefe0 color RGB value is (236,239,224).

#ecefe0 hex color red value is 236, green value is 239 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ecefe0 hue: 0.20 , saturation: 0.32 and the lightness value of ecefe0 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101111 11100000
Octal 354 357 340
Decimal 236 239 224
Hex EC EF E0

RGB Percentages of Color #ecefe0

%33.76
%34.19
%32.05

CMYK Percentages of Color #ecefe0

%1
%0
%6
%6

Triadic Colors of #ecefe0

#ecefe0 #e0ecef #efe0ec

Analogous Colors of #ecefe0

#ecefe0 #e5efe0 #efebe0

Monochromatic Colors of #ecefe0

#ecefe0

Complementary Color

#ecefe0 #e3e0ef

#ecefe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecefe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecefe0 Color CSS Codes

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

#ecefe0 Text Font Color

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

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


#ecefe0 Background Color

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

This div background color is #ecefe0


#ecefe0 Border Color

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

This div border color is #ecefe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecefe0


Comments

No comments written yet.

Please login to write comment.