Color Hex Logo

#eddbeb Color Hex

#EDDBEB
(237,219,235)
0 Favorites   0 Comments

Color spaces of #eddbeb

RGB 237219235
HSL0.850.330.89
HSV307°93°
CMYK 0.000.080.01   0.07
XYZ75.252074.665789.0430
Yxy74.66570.31490.3125
Hunter Lab86.40934.2355-0.6106
CIE-Lab89.23628.9506-5.5877

#eddbeb color RGB value is (237,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11101011
Octal 355 333 353
Decimal 237 219 235
Hex ED DB EB

RGB Percentages of Color #eddbeb

%34.30
%31.69
%34.01

CMYK Percentages of Color #eddbeb

%0
%8
%1
%7

Triadic Colors of #eddbeb

#eddbeb #ebeddb #dbebed

Analogous Colors of #eddbeb

#eddbeb #eddbe2 #e6dbed

Monochromatic Colors of #eddbeb

#eddbeb

Complementary Color

#eddbeb #dbeddd

#eddbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbeb Color CSS Codes

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

#eddbeb Text Font Color

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

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


#eddbeb Background Color

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

This div background color is #eddbeb


#eddbeb Border Color

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

This div border color is #eddbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbeb

#eddbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.