Color Hex Logo

#eddbab Color Hex

#EDDBAB
(237,219,171)
0 Favorites   0 Comments

Color spaces of #eddbab

RGB 237219171
HSL0.120.650.80
HSV44°28°93°
CMYK 0.000.080.28   0.07
XYZ67.607371.607848.7865
Yxy71.60780.35960.3809
Hunter Lab84.6214-5.476925.0527
CIE-Lab87.7795-0.996325.8884

#eddbab color RGB value is (237,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10101011
Octal 355 333 253
Decimal 237 219 171
Hex ED DB AB

RGB Percentages of Color #eddbab

%37.80
%34.93
%27.27

CMYK Percentages of Color #eddbab

%0
%8
%28
%7

Triadic Colors of #eddbab

#eddbab #abeddb #dbabed

Analogous Colors of #eddbab

#eddbab #deedab #edbaab

Monochromatic Colors of #eddbab

#eddbab

Complementary Color

#eddbab #abbded

#eddbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbab Color CSS Codes

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

#eddbab Text Font Color

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

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


#eddbab Background Color

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

This div background color is #eddbab


#eddbab Border Color

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

This div border color is #eddbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbab


Comments

No comments written yet.

Please login to write comment.