Color Hex Logo

#eddeeb Color Hex

#EDDEEB
(237,222,235)
0 Favorites   0 Comments

Color spaces of #eddeeb

RGB 237222235
HSL0.860.290.90
HSV308°93°
CMYK 0.000.060.01   0.07
XYZ76.041776.245289.3062
Yxy76.24520.31480.3156
Hunter Lab87.31852.64010.4833
CIE-Lab89.97317.3868-4.5013

#eddeeb color RGB value is (237,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 11101011
Octal 355 336 353
Decimal 237 222 235
Hex ED DE EB

RGB Percentages of Color #eddeeb

%34.15
%31.99
%33.86

CMYK Percentages of Color #eddeeb

%0
%6
%1
%7

Triadic Colors of #eddeeb

#eddeeb #ebedde #deebed

Analogous Colors of #eddeeb

#eddeeb #eddee4 #e8deed

Monochromatic Colors of #eddeeb

#eddeeb

Complementary Color

#eddeeb #deede0

#eddeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddeeb Color CSS Codes

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

#eddeeb Text Font Color

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

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


#eddeeb Background Color

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

This div background color is #eddeeb


#eddeeb Border Color

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

This div border color is #eddeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddeeb

#eddeeb Color Palettes


Comments

No comments written yet.

Please login to write comment.