Color Hex Logo

#ebddf1 Color Hex

#EBDDF1
(235,221,241)
0 Favorites   0 Comments

Color spaces of #ebddf1

RGB 235221241
HSL0.780.420.91
HSV282°95°
CMYK 0.020.080.00   0.05
XYZ75.994675.725993.8303
Yxy75.72590.30950.3084
Hunter Lab87.02063.5969-3.0152
CIE-Lab89.73198.3303-8.0265

#ebddf1 color RGB value is (235,221,241).

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

The process color (four color CMYK) of #ebddf1 color hex is 0.02, 0.08, 0.00, 0.05. Web safe color of #ebddf1 is #ffccff. Color #ebddf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 11110001
Octal 353 335 361
Decimal 235 221 241
Hex EB DD F1

RGB Percentages of Color #ebddf1

%33.72
%31.71
%34.58

CMYK Percentages of Color #ebddf1

%2
%8
%0
%5

Triadic Colors of #ebddf1

#ebddf1 #f1ebdd #ddf1eb

Analogous Colors of #ebddf1

#ebddf1 #f1dded #e1ddf1

Monochromatic Colors of #ebddf1

#ebddf1

Complementary Color

#ebddf1 #e3f1dd

#ebddf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebddf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebddf1 Color CSS Codes

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

#ebddf1 Text Font Color

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

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


#ebddf1 Background Color

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

This div background color is #ebddf1


#ebddf1 Border Color

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

This div border color is #ebddf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebddf1


Comments

No comments written yet.

Please login to write comment.