Color Hex Logo

#eddadb Color Hex

#EDDADB
(237,218,219)
0 Favorites   0 Comments

Color spaces of #eddadb

RGB 237218219
HSL0.990.350.89
HSV357°93°
CMYK 0.000.080.08   0.07
XYZ72.782673.261877.3227
Yxy73.26180.32580.3280
Hunter Lab85.59311.99646.3541
CIE-Lab88.57246.69561.8627

#eddadb color RGB value is (237,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 11011011
Octal 355 332 333
Decimal 237 218 219
Hex ED DA DB

RGB Percentages of Color #eddadb

%35.16
%32.34
%32.49

CMYK Percentages of Color #eddadb

%0
%8
%8
%7

Triadic Colors of #eddadb

#eddadb #dbedda #dadbed

Analogous Colors of #eddadb

#eddadb #ede3da #eddae5

Monochromatic Colors of #eddadb

#eddadb

Complementary Color

#eddadb #daedec

#eddadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddadb Color CSS Codes

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

#eddadb Text Font Color

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

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


#eddadb Background Color

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

This div background color is #eddadb


#eddadb Border Color

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

This div border color is #eddadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddadb


Comments

No comments written yet.

Please login to write comment.