Color Hex Logo

#edc8ab Color Hex

#EDC8AB
(237,200,171)
0 Favorites   0 Comments

Color spaces of #edc8ab

RGB 237200171
HSL0.070.650.80
HSV26°28°93°
CMYK 0.000.160.28   0.07
XYZ62.930062.253447.2274
Yxy62.25340.36500.3611
Hunter Lab78.90084.292219.7416
CIE-Lab83.04808.858219.3786

#edc8ab color RGB value is (237,200,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 10101011
Octal 355 310 253
Decimal 237 200 171
Hex ED C8 AB

RGB Percentages of Color #edc8ab

%38.98
%32.89
%28.13

CMYK Percentages of Color #edc8ab

%0
%16
%28
%7

Triadic Colors of #edc8ab

#edc8ab #abedc8 #c8abed

Analogous Colors of #edc8ab

#edc8ab #ede9ab #edabaf

Monochromatic Colors of #edc8ab

#edc8ab

Complementary Color

#edc8ab #abd0ed

#edc8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc8ab Color CSS Codes

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

#edc8ab Text Font Color

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

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


#edc8ab Background Color

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

This div background color is #edc8ab


#edc8ab Border Color

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

This div border color is #edc8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc8ab


Comments

No comments written yet.

Please login to write comment.