Color Hex Logo

#ede0be Color Hex

#EDE0BE
(237,224,190)
1 Favorites   0 Comments

Color spaces of #ede0be

RGB 237224190
HSL0.120.570.84
HSV43°20°93°
CMYK 0.000.050.20   0.07
XYZ70.875075.033559.4626
Yxy75.03350.34510.3654
Hunter Lab86.6219-5.537619.9350
CIE-Lab89.4087-0.940818.2616

#ede0be color RGB value is (237,224,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 10111110
Octal 355 340 276
Decimal 237 224 190
Hex ED E0 BE

RGB Percentages of Color #ede0be

%36.41
%34.41
%29.19

CMYK Percentages of Color #ede0be

%0
%5
%20
%7

Triadic Colors of #ede0be

#ede0be #beede0 #e0beed

Analogous Colors of #ede0be

#ede0be #e3edbe #edc9be

Monochromatic Colors of #ede0be

#ede0be

Complementary Color

#ede0be #becbed

#ede0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede0be Color CSS Codes

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

#ede0be Text Font Color

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

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


#ede0be Background Color

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

This div background color is #ede0be


#ede0be Border Color

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

This div border color is #ede0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede0be

#ede0be Color Palettes


Comments

No comments written yet.

Please login to write comment.