Color Hex Logo

#ebdef5 Color Hex

#EBDEF5
(235,222,245)
0 Favorites   0 Comments

Color spaces of #ebdef5

RGB 235222245
HSL0.760.530.92
HSV274°96°
CMYK 0.040.090.00   0.04
XYZ76.863776.497397.1005
Yxy76.49730.30690.3054
Hunter Lab87.46273.8090-4.5994
CIE-Lab90.08978.5504-9.5954

#ebdef5 color RGB value is (235,222,245).

#ebdef5 hex color red value is 235, green value is 222 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ebdef5 hue: 0.76 , saturation: 0.53 and the lightness value of ebdef5 is 0.92.

The process color (four color CMYK) of #ebdef5 color hex is 0.04, 0.09, 0.00, 0.04. Web safe color of #ebdef5 is #ffccff. Color #ebdef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11110101
Octal 353 336 365
Decimal 235 222 245
Hex EB DE F5

RGB Percentages of Color #ebdef5

%33.48
%31.62
%34.90

CMYK Percentages of Color #ebdef5

%4
%9
%0
%4

Triadic Colors of #ebdef5

#ebdef5 #f5ebde #def5eb

Analogous Colors of #ebdef5

#ebdef5 #f5def4 #e0def5

Monochromatic Colors of #ebdef5

#ebdef5

Complementary Color

#ebdef5 #e8f5de

#ebdef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdef5 Color CSS Codes

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

#ebdef5 Text Font Color

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

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


#ebdef5 Background Color

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

This div background color is #ebdef5


#ebdef5 Border Color

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

This div border color is #ebdef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdef5


Comments

No comments written yet.

Please login to write comment.