Color Hex Logo

#eddfbe Color Hex

#EDDFBE
(237,223,190)
0 Favorites   0 Comments

Color spaces of #eddfbe

RGB 237223190
HSL0.120.570.84
HSV42°20°93°
CMYK 0.000.060.20   0.07
XYZ70.607074.497659.3733
Yxy74.49760.34530.3643
Hunter Lab86.3120-5.025119.6333
CIE-Lab89.1571-0.428717.9098

#eddfbe color RGB value is (237,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10111110
Octal 355 337 276
Decimal 237 223 190
Hex ED DF BE

RGB Percentages of Color #eddfbe

%36.46
%34.31
%29.23

CMYK Percentages of Color #eddfbe

%0
%6
%20
%7

Triadic Colors of #eddfbe

#eddfbe #beeddf #dfbeed

Analogous Colors of #eddfbe

#eddfbe #e4edbe #edc8be

Monochromatic Colors of #eddfbe

#eddfbe

Complementary Color

#eddfbe #becced

#eddfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfbe Color CSS Codes

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

#eddfbe Text Font Color

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

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


#eddfbe Background Color

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

This div background color is #eddfbe


#eddfbe Border Color

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

This div border color is #eddfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfbe


Comments

No comments written yet.

Please login to write comment.