Color Hex Logo

#ecedf0 Color Hex

#ECEDF0
(236,237,240)
1 Favorites   0 Comments

Color spaces of #ecedf0

RGB 236237240
HSL0.630.120.93
HSV225°94°
CMYK 0.020.010.00   0.06
XYZ80.604484.692594.5371
Yxy84.69250.31020.3259
Hunter Lab92.0285-4.70833.5138
CIE-Lab93.75040.2090-1.5747

#ecedf0 color RGB value is (236,237,240).

#ecedf0 hex color red value is 236, green value is 237 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ecedf0 hue: 0.63 , saturation: 0.12 and the lightness value of ecedf0 is 0.93.

The process color (four color CMYK) of #ecedf0 color hex is 0.02, 0.01, 0.00, 0.06. Web safe color of #ecedf0 is #ffffff. Color #ecedf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101101 11110000
Octal 354 355 360
Decimal 236 237 240
Hex EC ED F0

RGB Percentages of Color #ecedf0

%33.10
%33.24
%33.66

CMYK Percentages of Color #ecedf0

%2
%1
%0
%6

Triadic Colors of #ecedf0

#ecedf0 #f0eced #edf0ec

Analogous Colors of #ecedf0

#ecedf0 #edecf0 #eceff0

Monochromatic Colors of #ecedf0

#ecedf0

Complementary Color

#ecedf0 #f0efec

#ecedf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecedf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecedf0 Color CSS Codes

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

#ecedf0 Text Font Color

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

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


#ecedf0 Background Color

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

This div background color is #ecedf0


#ecedf0 Border Color

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

This div border color is #ecedf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecedf0

#ecedf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.