Color Hex Logo

#edceaa Color Hex

#EDCEAA
(237,206,170)
0 Favorites   0 Comments

Color spaces of #edceaa

RGB 237206170
HSL0.090.650.80
HSV32°28°93°
CMYK 0.000.130.28   0.07
XYZ64.252165.049447.1996
Yxy65.04940.36400.3685
Hunter Lab80.65321.058321.7598
CIE-Lab84.50925.590621.9276

#edceaa color RGB value is (237,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 10101010
Octal 355 316 252
Decimal 237 206 170
Hex ED CE AA

RGB Percentages of Color #edceaa

%38.66
%33.61
%27.73

CMYK Percentages of Color #edceaa

%0
%13
%28
%7

Triadic Colors of #edceaa

#edceaa #aaedce #ceaaed

Analogous Colors of #edceaa

#edceaa #ebedaa #edadaa

Monochromatic Colors of #edceaa

#edceaa

Complementary Color

#edceaa #aac9ed

#edceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edceaa Color CSS Codes

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

#edceaa Text Font Color

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

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


#edceaa Background Color

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

This div background color is #edceaa


#edceaa Border Color

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

This div border color is #edceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edceaa


Comments

No comments written yet.

Please login to write comment.