Color Hex Logo

#edcbaa Color Hex

#EDCBAA
(237,203,170)
0 Favorites   0 Comments

Color spaces of #edcbaa

RGB 237203170
HSL0.080.650.80
HSV30°28°93°
CMYK 0.000.140.28   0.07
XYZ63.536763.618746.9611
Yxy63.61870.36490.3654
Hunter Lab79.76132.608120.9247
CIE-Lab83.76687.155620.9031

#edcbaa color RGB value is (237,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10101010
Octal 355 313 252
Decimal 237 203 170
Hex ED CB AA

RGB Percentages of Color #edcbaa

%38.85
%33.28
%27.87

CMYK Percentages of Color #edcbaa

%0
%14
%28
%7

Triadic Colors of #edcbaa

#edcbaa #aaedcb #cbaaed

Analogous Colors of #edcbaa

#edcbaa #ededaa #edaaab

Monochromatic Colors of #edcbaa

#edcbaa

Complementary Color

#edcbaa #aacced

#edcbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbaa Color CSS Codes

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

#edcbaa Text Font Color

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

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


#edcbaa Background Color

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

This div background color is #edcbaa


#edcbaa Border Color

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

This div border color is #edcbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbaa


Comments

No comments written yet.

Please login to write comment.