Color Hex Logo

#eddfbd Color Hex

#EDDFBD
(237,223,189)
0 Favorites   0 Comments

Color spaces of #eddfbd

RGB 237223189
HSL0.120.570.84
HSV43°20°93°
CMYK 0.000.060.20   0.07
XYZ70.498074.454058.7995
Yxy74.45400.34600.3654
Hunter Lab86.2867-5.163719.9979
CIE-Lab89.1366-0.573418.4025

#eddfbd color RGB value is (237,223,189).

#eddfbd hex color red value is 237, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eddfbd hue: 0.12 , saturation: 0.57 and the lightness value of eddfbd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10111101
Octal 355 337 275
Decimal 237 223 189
Hex ED DF BD

RGB Percentages of Color #eddfbd

%36.52
%34.36
%29.12

CMYK Percentages of Color #eddfbd

%0
%6
%20
%7

Triadic Colors of #eddfbd

#eddfbd #bdeddf #dfbded

Analogous Colors of #eddfbd

#eddfbd #e3edbd #edc7bd

Monochromatic Colors of #eddfbd

#eddfbd

Complementary Color

#eddfbd #bdcbed

#eddfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfbd Color CSS Codes

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

#eddfbd Text Font Color

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

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


#eddfbd Background Color

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

This div background color is #eddfbd


#eddfbd Border Color

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

This div border color is #eddfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfbd


Comments

No comments written yet.

Please login to write comment.