Color Hex Logo

#edddbf Color Hex

#EDDDBF
(237,221,191)
0 Favorites   0 Comments

Color spaces of #edddbf

RGB 237221191
HSL0.110.560.84
HSV39°19°93°
CMYK 0.000.070.19   0.07
XYZ70.185573.479059.7739
Yxy73.47900.34500.3612
Hunter Lab85.7199-3.858118.6600
CIE-Lab88.67570.743716.7130

#edddbf color RGB value is (237,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 10111111
Octal 355 335 277
Decimal 237 221 191
Hex ED DD BF

RGB Percentages of Color #edddbf

%36.52
%34.05
%29.43

CMYK Percentages of Color #edddbf

%0
%7
%19
%7

Triadic Colors of #edddbf

#edddbf #bfeddd #ddbfed

Analogous Colors of #edddbf

#edddbf #e6edbf #edc6bf

Monochromatic Colors of #edddbf

#edddbf

Complementary Color

#edddbf #bfcfed

#edddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddbf Color CSS Codes

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

#edddbf Text Font Color

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

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


#edddbf Background Color

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

This div background color is #edddbf


#edddbf Border Color

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

This div border color is #edddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddbf


Comments

No comments written yet.

Please login to write comment.