Color Hex Logo

#edddeb Color Hex

#EDDDEB
(237,221,235)
0 Favorites   0 Comments

Color spaces of #edddeb

RGB 237221235
HSL0.850.310.90
HSV308°93°
CMYK 0.000.070.01   0.07
XYZ75.776975.715689.2180
Yxy75.71560.31480.3146
Hunter Lab87.01473.17130.1190
CIE-Lab89.72717.9074-4.8637

#edddeb color RGB value is (237,221,235).

#edddeb hex color red value is 237, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #edddeb hue: 0.85 , saturation: 0.31 and the lightness value of edddeb is 0.90.

The process color (four color CMYK) of #edddeb color hex is 0.00, 0.07, 0.01, 0.07. Web safe color of #edddeb is #ffccff. Color #edddeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11101011
Octal 355 335 353
Decimal 237 221 235
Hex ED DD EB

RGB Percentages of Color #edddeb

%34.20
%31.89
%33.91

CMYK Percentages of Color #edddeb

%0
%7
%1
%7

Triadic Colors of #edddeb

#edddeb #ebeddd #ddebed

Analogous Colors of #edddeb

#edddeb #eddde3 #e7dded

Monochromatic Colors of #edddeb

#edddeb

Complementary Color

#edddeb #ddeddf

#edddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddeb Color CSS Codes

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

#edddeb Text Font Color

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

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


#edddeb Background Color

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

This div background color is #edddeb


#edddeb Border Color

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

This div border color is #edddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddeb

#edddeb Color Palettes


Comments

No comments written yet.

Please login to write comment.