Color Hex Logo

#ebecf1 Color Hex

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

Color spaces of #ebecf1

RGB 235236241
HSL0.640.180.93
HSV230°95°
CMYK 0.020.020.00   0.05
XYZ80.133684.003995.2100
Yxy84.00390.30900.3239
Hunter Lab91.6536-4.32972.5670
CIE-Lab93.45220.5713-2.5405

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

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

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

Base Numbers

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

RGB Percentages of Color #ebecf1

%33.01
%33.15
%33.85

CMYK Percentages of Color #ebecf1

%2
%2
%0
%5

Triadic Colors of #ebecf1

#ebecf1 #f1ebec #ecf1eb

Analogous Colors of #ebecf1

#ebecf1 #edebf1 #ebeff1

Monochromatic Colors of #ebecf1

#ebecf1

Complementary Color

#ebecf1 #f1f0eb

#ebecf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebecf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebecf1 Color CSS Codes

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

#ebecf1 Text Font Color

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

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


#ebecf1 Background Color

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

This div background color is #ebecf1


#ebecf1 Border Color

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

This div border color is #ebecf1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,236,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 #ebecf1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebecf1


Comments

No comments written yet.

Please login to write comment.