Color Hex Logo

#eddeab Color Hex

#EDDEAB
(237,222,171)
0 Favorites   0 Comments

Color spaces of #eddeab

RGB 237222171
HSL0.130.650.80
HSV46°28°93°
CMYK 0.000.060.28   0.07
XYZ68.397073.187449.0497
Yxy73.18740.35880.3839
Hunter Lab85.5496-7.001025.8909
CIE-Lab88.5370-2.530526.9198

#eddeab color RGB value is (237,222,171).

#eddeab hex color red value is 237, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eddeab hue: 0.13 , saturation: 0.65 and the lightness value of eddeab is 0.80.

The process color (four color CMYK) of #eddeab color hex is 0.00, 0.06, 0.28, 0.07. Web safe color of #eddeab is #ffcc99. Color #eddeab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 10101011
Octal 355 336 253
Decimal 237 222 171
Hex ED DE AB

RGB Percentages of Color #eddeab

%37.62
%35.24
%27.14

CMYK Percentages of Color #eddeab

%0
%6
%28
%7

Triadic Colors of #eddeab

#eddeab #abedde #deabed

Analogous Colors of #eddeab

#eddeab #dbedab #edbdab

Monochromatic Colors of #eddeab

#eddeab

Complementary Color

#eddeab #abbaed

#eddeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddeab Color CSS Codes

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

#eddeab Text Font Color

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

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


#eddeab Background Color

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

This div background color is #eddeab


#eddeab Border Color

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

This div border color is #eddeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddeab


Comments

No comments written yet.

Please login to write comment.