Color Hex Logo

#edccaa Color Hex

#EDCCAA
(237,204,170)
0 Favorites   0 Comments

Color spaces of #edccaa

RGB 237204170
HSL0.080.650.80
HSV30°28°93°
CMYK 0.000.140.28   0.07
XYZ63.773664.092547.0401
Yxy64.09250.36460.3664
Hunter Lab80.05782.091021.2030
CIE-Lab84.01396.633421.2444

#edccaa color RGB value is (237,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10101010
Octal 355 314 252
Decimal 237 204 170
Hex ED CC AA

RGB Percentages of Color #edccaa

%38.79
%33.39
%27.82

CMYK Percentages of Color #edccaa

%0
%14
%28
%7

Triadic Colors of #edccaa

#edccaa #aaedcc #ccaaed

Analogous Colors of #edccaa

#edccaa #ededaa #edabaa

Monochromatic Colors of #edccaa

#edccaa

Complementary Color

#edccaa #aacbed

#edccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccaa Color CSS Codes

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

#edccaa Text Font Color

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

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


#edccaa Background Color

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

This div background color is #edccaa


#edccaa Border Color

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

This div border color is #edccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccaa


Comments

No comments written yet.

Please login to write comment.