Color Hex Logo

#ecebf1 Color Hex

#ECEBF1
(236,235,241)
0 Favorites   0 Comments

Color spaces of #ecebf1

RGB 236235241
HSL0.690.180.93
HSV250°95°
CMYK 0.020.020.00   0.05
XYZ80.177683.600495.1298
Yxy83.60040.30970.3229
Hunter Lab91.4333-3.48202.3162
CIE-Lab93.27671.4143-2.7894

#ecebf1 color RGB value is (236,235,241).

#ecebf1 hex color red value is 236, green value is 235 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ecebf1 hue: 0.69 , saturation: 0.18 and the lightness value of ecebf1 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101011 11110001
Octal 354 353 361
Decimal 236 235 241
Hex EC EB F1

RGB Percentages of Color #ecebf1

%33.15
%33.01
%33.85

CMYK Percentages of Color #ecebf1

%2
%2
%0
%5

Triadic Colors of #ecebf1

#ecebf1 #f1eceb #ebf1ec

Analogous Colors of #ecebf1

#ecebf1 #efebf1 #ebedf1

Monochromatic Colors of #ecebf1

#ecebf1

Complementary Color

#ecebf1 #f0f1eb

#ecebf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecebf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecebf1 Color CSS Codes

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

#ecebf1 Text Font Color

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

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


#ecebf1 Background Color

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

This div background color is #ecebf1


#ecebf1 Border Color

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

This div border color is #ecebf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecebf1

#ecebf1 Color Palettes


Comments

No comments written yet.

Please login to write comment.