Color Hex Logo

#edd8bf Color Hex

#EDD8BF
(237,216,191)
0 Favorites   0 Comments

Color spaces of #edd8bf

RGB 237216191
HSL0.090.560.84
HSV33°19°93°
CMYK 0.000.090.19   0.07
XYZ68.884970.877859.3404
Yxy70.87780.34600.3560
Hunter Lab84.1890-1.278817.1418
CIE-Lab87.42563.322914.9546

#edd8bf color RGB value is (237,216,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10111111
Octal 355 330 277
Decimal 237 216 191
Hex ED D8 BF

RGB Percentages of Color #edd8bf

%36.80
%33.54
%29.66

CMYK Percentages of Color #edd8bf

%0
%9
%19
%7

Triadic Colors of #edd8bf

#edd8bf #bfedd8 #d8bfed

Analogous Colors of #edd8bf

#edd8bf #ebedbf #edc1bf

Monochromatic Colors of #edd8bf

#edd8bf

Complementary Color

#edd8bf #bfd4ed

#edd8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd8bf Color CSS Codes

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

#edd8bf Text Font Color

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

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


#edd8bf Background Color

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

This div background color is #edd8bf


#edd8bf Border Color

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

This div border color is #edd8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd8bf


Comments

No comments written yet.

Please login to write comment.