Color Hex Logo

#edeaba Color Hex

#EDEABA
(237,234,186)
0 Favorites   0 Comments

Color spaces of #edeaba

RGB 237234186
HSL0.160.590.83
HSV56°22°93°
CMYK 0.000.010.22   0.07
XYZ73.210880.395358.1136
Yxy80.39530.34580.3797
Hunter Lab89.6634-11.164524.3367
CIE-Lab91.8619-6.588023.7371

#edeaba color RGB value is (237,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 10111010
Octal 355 352 272
Decimal 237 234 186
Hex ED EA BA

RGB Percentages of Color #edeaba

%36.07
%35.62
%28.31

CMYK Percentages of Color #edeaba

%0
%1
%22
%7

Triadic Colors of #edeaba

#edeaba #baedea #eabaed

Analogous Colors of #edeaba

#edeaba #d7edba #edd1ba

Monochromatic Colors of #edeaba

#edeaba

Complementary Color

#edeaba #babded

#edeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeaba Color CSS Codes

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

#edeaba Text Font Color

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

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


#edeaba Background Color

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

This div background color is #edeaba


#edeaba Border Color

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

This div border color is #edeaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeaba


Comments

No comments written yet.

Please login to write comment.