Color Hex Logo

#eddab8 Color Hex

#EDDAB8
(237,218,184)
0 Favorites   0 Comments

Color spaces of #eddab8

RGB 237218184
HSL0.110.600.83
HSV38°22°93°
CMYK 0.000.080.22   0.07
XYZ68.648271.608055.5510
Yxy71.60800.35060.3657
Hunter Lab84.6215-3.281620.3133
CIE-Lab87.77961.282219.1191

#eddab8 color RGB value is (237,218,184).

#eddab8 hex color red value is 237, green value is 218 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #eddab8 hue: 0.11 , saturation: 0.60 and the lightness value of eddab8 is 0.83.

The process color (four color CMYK) of #eddab8 color hex is 0.00, 0.08, 0.22, 0.07. Web safe color of #eddab8 is #ffcccc. Color #eddab8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 10111000
Octal 355 332 270
Decimal 237 218 184
Hex ED DA B8

RGB Percentages of Color #eddab8

%37.09
%34.12
%28.79

CMYK Percentages of Color #eddab8

%0
%8
%22
%7

Triadic Colors of #eddab8

#eddab8 #b8edda #dab8ed

Analogous Colors of #eddab8

#eddab8 #e6edb8 #edc0b8

Monochromatic Colors of #eddab8

#eddab8

Complementary Color

#eddab8 #b8cbed

#eddab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddab8 Color CSS Codes

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

#eddab8 Text Font Color

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

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


#eddab8 Background Color

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

This div background color is #eddab8


#eddab8 Border Color

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

This div border color is #eddab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddab8


Comments

No comments written yet.

Please login to write comment.