Color Hex Logo

#ebddf2 Color Hex

#EBDDF2
(235,221,242)
0 Favorites   0 Comments

Color spaces of #ebddf2

RGB 235221242
HSL0.780.450.91
HSV280°95°
CMYK 0.030.090.00   0.05
XYZ76.144475.785994.6193
Yxy75.78590.30880.3074
Hunter Lab87.05513.7820-3.5031
CIE-Lab89.75988.5147-8.5103

#ebddf2 color RGB value is (235,221,242).

#ebddf2 hex color red value is 235, green value is 221 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ebddf2 hue: 0.78 , saturation: 0.45 and the lightness value of ebddf2 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 11110010
Octal 353 335 362
Decimal 235 221 242
Hex EB DD F2

RGB Percentages of Color #ebddf2

%33.67
%31.66
%34.67

CMYK Percentages of Color #ebddf2

%3
%9
%0
%5

Triadic Colors of #ebddf2

#ebddf2 #f2ebdd #ddf2eb

Analogous Colors of #ebddf2

#ebddf2 #f2ddef #e1ddf2

Monochromatic Colors of #ebddf2

#ebddf2

Complementary Color

#ebddf2 #e4f2dd

#ebddf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebddf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebddf2 Color CSS Codes

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

#ebddf2 Text Font Color

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

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


#ebddf2 Background Color

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

This div background color is #ebddf2


#ebddf2 Border Color

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

This div border color is #ebddf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebddf2

Related Colors


Comments

No comments written yet.

Please login to write comment.