Color Hex Logo

#eddceb Color Hex

#EDDCEB
(237,220,235)
0 Favorites   0 Comments

Color spaces of #eddceb

RGB 237220235
HSL0.850.320.90
HSV307°93°
CMYK 0.000.070.01   0.07
XYZ75.513675.189189.1302
Yxy75.18910.31490.3135
Hunter Lab86.71163.7029-0.2456
CIE-Lab89.48158.4286-5.2258

#eddceb color RGB value is (237,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 11101011
Octal 355 334 353
Decimal 237 220 235
Hex ED DC EB

RGB Percentages of Color #eddceb

%34.25
%31.79
%33.96

CMYK Percentages of Color #eddceb

%0
%7
%1
%7

Triadic Colors of #eddceb

#eddceb #ebeddc #dcebed

Analogous Colors of #eddceb

#eddceb #eddce3 #e7dced

Monochromatic Colors of #eddceb

#eddceb

Complementary Color

#eddceb #dcedde

#eddceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddceb Color CSS Codes

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

#eddceb Text Font Color

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

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


#eddceb Background Color

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

This div background color is #eddceb


#eddceb Border Color

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

This div border color is #eddceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,220,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 #eddceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddceb


Comments

No comments written yet.

Please login to write comment.