Color Hex Logo

#edeabe Color Hex

#EDEABE
(237,234,190)
0 Favorites   0 Comments

Color spaces of #edeabe

RGB 237234190
HSL0.160.570.84
HSV56°20°93°
CMYK 0.000.010.20   0.07
XYZ73.642180.567960.3850
Yxy80.56790.34320.3754
Hunter Lab89.7596-10.631422.9449
CIE-Lab91.9391-6.022121.7834

#edeabe color RGB value is (237,234,190).

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

The process color (four color CMYK) of #edeabe color hex is 0.00, 0.01, 0.20, 0.07. Web safe color of #edeabe is #ffffcc. Color #edeabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 10111110
Octal 355 352 276
Decimal 237 234 190
Hex ED EA BE

RGB Percentages of Color #edeabe

%35.85
%35.40
%28.74

CMYK Percentages of Color #edeabe

%0
%1
%20
%7

Triadic Colors of #edeabe

#edeabe #beedea #eabeed

Analogous Colors of #edeabe

#edeabe #d9edbe #edd3be

Monochromatic Colors of #edeabe

#edeabe

Complementary Color

#edeabe #bec1ed

#edeabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeabe Color CSS Codes

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

#edeabe Text Font Color

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

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


#edeabe Background Color

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

This div background color is #edeabe


#edeabe Border Color

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

This div border color is #edeabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeabe


Comments

No comments written yet.

Please login to write comment.