Color Hex Logo

#ebedfc Color Hex

#EBEDFC
(235,237,252)
0 Favorites   0 Comments

Color spaces of #ebedfc

RGB 235237252
HSL0.650.740.95
HSV233°99°
CMYK 0.070.060.00   0.01
XYZ82.115885.2588104.2241
Yxy85.25880.30230.3139
Hunter Lab92.3357-2.8442-2.2887
CIE-Lab93.99452.0967-7.4600

#ebedfc color RGB value is (235,237,252).

#ebedfc hex color red value is 235, green value is 237 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebedfc hue: 0.65 , saturation: 0.74 and the lightness value of ebedfc is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 11111100
Octal 353 355 374
Decimal 235 237 252
Hex EB ED FC

RGB Percentages of Color #ebedfc

%32.46
%32.73
%34.81

CMYK Percentages of Color #ebedfc

%7
%6
%0
%1

Triadic Colors of #ebedfc

#ebedfc #fcebed #edfceb

Analogous Colors of #ebedfc

#ebedfc #f2ebfc #ebf6fc

Monochromatic Colors of #ebedfc

#ebedfc

Complementary Color

#ebedfc #fcfaeb

#ebedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedfc Color CSS Codes

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

#ebedfc Text Font Color

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

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


#ebedfc Background Color

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

This div background color is #ebedfc


#ebedfc Border Color

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

This div border color is #ebedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedfc

Related Colors


Comments

No comments written yet.

Please login to write comment.