Color Hex Logo

#ebddfe Color Hex

#EBDDFE
(235,221,254)
0 Favorites   0 Comments

Color spaces of #ebddfe

RGB 235221254
HSL0.740.940.93
HSV265°13°100°
CMYK 0.070.130.00   0.00
XYZ78.006876.5308104.4265
Yxy76.53080.30120.2955
Hunter Lab87.48196.0735-9.5367
CIE-Lab90.105210.7816-14.2933

#ebddfe color RGB value is (235,221,254).

#ebddfe hex color red value is 235, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebddfe hue: 0.74 , saturation: 0.94 and the lightness value of ebddfe is 0.93.

The process color (four color CMYK) of #ebddfe color hex is 0.07, 0.13, 0.00, 0.00. Web safe color of #ebddfe is #ffccff. Color #ebddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 11111110
Octal 353 335 376
Decimal 235 221 254
Hex EB DD FE

RGB Percentages of Color #ebddfe

%33.10
%31.13
%35.77

CMYK Percentages of Color #ebddfe

%7
%13
%0
%0

Triadic Colors of #ebddfe

#ebddfe #feebdd #ddfeeb

Analogous Colors of #ebddfe

#ebddfe #fcddfe #dde0fe

Monochromatic Colors of #ebddfe

#ebddfe

Complementary Color

#ebddfe #f0fedd

#ebddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebddfe Color CSS Codes

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

#ebddfe Text Font Color

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

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


#ebddfe Background Color

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

This div background color is #ebddfe


#ebddfe Border Color

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

This div border color is #ebddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.