Color Hex Logo

#eddebf Color Hex

#EDDEBF
(237,222,191)
0 Favorites   0 Comments

Color spaces of #eddebf

RGB 237222191
HSL0.110.560.84
HSV40°19°93°
CMYK 0.000.060.19   0.07
XYZ70.450374.008759.8622
Yxy74.00870.34480.3622
Hunter Lab86.0283-4.372318.9633
CIE-Lab88.92660.229717.0651

#eddebf color RGB value is (237,222,191).

#eddebf hex color red value is 237, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eddebf hue: 0.11 , saturation: 0.56 and the lightness value of eddebf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 10111111
Octal 355 336 277
Decimal 237 222 191
Hex ED DE BF

RGB Percentages of Color #eddebf

%36.46
%34.15
%29.38

CMYK Percentages of Color #eddebf

%0
%6
%19
%7

Triadic Colors of #eddebf

#eddebf #bfedde #debfed

Analogous Colors of #eddebf

#eddebf #e5edbf #edc7bf

Monochromatic Colors of #eddebf

#eddebf

Complementary Color

#eddebf #bfceed

#eddebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddebf Color CSS Codes

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

#eddebf Text Font Color

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

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


#eddebf Background Color

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

This div background color is #eddebf


#eddebf Border Color

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

This div border color is #eddebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddebf


Comments

No comments written yet.

Please login to write comment.