Color Hex Logo

#eddbea Color Hex

#EDDBEA
(237,219,234)
0 Favorites   0 Comments

Color spaces of #eddbea

RGB 237219234
HSL0.860.330.89
HSV310°93°
CMYK 0.000.080.01   0.07
XYZ75.107974.608188.2841
Yxy74.60810.31560.3135
Hunter Lab86.37604.0560-0.1366
CIE-Lab89.20918.7719-5.1015

#eddbea color RGB value is (237,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11101010
Octal 355 333 352
Decimal 237 219 234
Hex ED DB EA

RGB Percentages of Color #eddbea

%34.35
%31.74
%33.91

CMYK Percentages of Color #eddbea

%0
%8
%1
%7

Triadic Colors of #eddbea

#eddbea #eaeddb #dbeaed

Analogous Colors of #eddbea

#eddbea #eddbe1 #e7dbed

Monochromatic Colors of #eddbea

#eddbea

Complementary Color

#eddbea #dbedde

#eddbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbea Color CSS Codes

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

#eddbea Text Font Color

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

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


#eddbea Background Color

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

This div background color is #eddbea


#eddbea Border Color

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

This div border color is #eddbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbea


Comments

No comments written yet.

Please login to write comment.