Color Hex Logo

#ece6ea Color Hex

#ECE6EA
(236,230,234)
0 Favorites   0 Comments

Color spaces of #ece6ea

RGB 236230234
HSL0.890.140.91
HSV320°93°
CMYK 0.000.030.01   0.07
XYZ77.740280.367089.2569
Yxy80.36700.31430.3249
Hunter Lab89.6476-2.09263.7218
CIE-Lab91.84932.7302-1.2320

#ece6ea color RGB value is (236,230,234).

#ece6ea hex color red value is 236, green value is 230 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ece6ea hue: 0.89 , saturation: 0.14 and the lightness value of ece6ea is 0.91.

The process color (four color CMYK) of #ece6ea color hex is 0.00, 0.03, 0.01, 0.07. Web safe color of #ece6ea is #ffffff. Color #ece6ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100110 11101010
Octal 354 346 352
Decimal 236 230 234
Hex EC E6 EA

RGB Percentages of Color #ece6ea

%33.71
%32.86
%33.43

CMYK Percentages of Color #ece6ea

%0
%3
%1
%7

Triadic Colors of #ece6ea

#ece6ea #eaece6 #e6eaec

Analogous Colors of #ece6ea

#ece6ea #ece6e7 #ebe6ec

Monochromatic Colors of #ece6ea

#ece6ea

Complementary Color

#ece6ea #e6ece8

#ece6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece6ea Color CSS Codes

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

#ece6ea Text Font Color

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

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


#ece6ea Background Color

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

This div background color is #ece6ea


#ece6ea Border Color

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

This div border color is #ece6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece6ea


Comments

No comments written yet.

Please login to write comment.