Color Hex Logo

#eddbe3 Color Hex

#EDDBE3
(237,219,227)
0 Favorites   0 Comments

Color spaces of #eddbe3

RGB 237219227
HSL0.930.330.89
HSV333°93°
CMYK 0.000.080.04   0.07
XYZ74.121774.213683.0911
Yxy74.21360.32030.3207
Hunter Lab86.14732.82473.1165
CIE-Lab89.02337.5404-1.6910

#eddbe3 color RGB value is (237,219,227).

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

The process color (four color CMYK) of #eddbe3 color hex is 0.00, 0.08, 0.04, 0.07. Web safe color of #eddbe3 is #ffcccc. Color #eddbe3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11100011
Octal 355 333 343
Decimal 237 219 227
Hex ED DB E3

RGB Percentages of Color #eddbe3

%34.70
%32.06
%33.24

CMYK Percentages of Color #eddbe3

%0
%8
%4
%7

Triadic Colors of #eddbe3

#eddbe3 #e3eddb #dbe3ed

Analogous Colors of #eddbe3

#eddbe3 #eddcdb #eddbec

Monochromatic Colors of #eddbe3

#eddbe3

Complementary Color

#eddbe3 #dbede5

#eddbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbe3 Color CSS Codes

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

#eddbe3 Text Font Color

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

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


#eddbe3 Background Color

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

This div background color is #eddbe3


#eddbe3 Border Color

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

This div border color is #eddbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbe3


Comments

No comments written yet.

Please login to write comment.