Color Hex Logo

#ebecfd Color Hex

#EBECFD
(235,236,253)
0 Favorites   0 Comments

Color spaces of #ebecfd

RGB 235236253
HSL0.660.820.96
HSV237°99°
CMYK 0.070.070.00   0.01
XYZ81.986084.7449104.9648
Yxy84.74490.30180.3119
Hunter Lab92.0570-2.1276-3.1635
CIE-Lab93.77312.8002-8.3077

#ebecfd color RGB value is (235,236,253).

#ebecfd hex color red value is 235, green value is 236 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ebecfd hue: 0.66 , saturation: 0.82 and the lightness value of ebecfd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 11111101
Octal 353 354 375
Decimal 235 236 253
Hex EB EC FD

RGB Percentages of Color #ebecfd

%32.46
%32.60
%34.94

CMYK Percentages of Color #ebecfd

%7
%7
%0
%1

Triadic Colors of #ebecfd

#ebecfd #fdebec #ecfdeb

Analogous Colors of #ebecfd

#ebecfd #f3ebfd #ebf5fd

Monochromatic Colors of #ebecfd

#ebecfd

Complementary Color

#ebecfd #fdfceb

#ebecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebecfd Color CSS Codes

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

#ebecfd Text Font Color

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

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


#ebecfd Background Color

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

This div background color is #ebecfd


#ebecfd Border Color

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

This div border color is #ebecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebecfd

Related Colors


Comments

No comments written yet.

Please login to write comment.