Color Hex Logo

#edccad Color Hex

#EDCCAD
(237,204,173)
0 Favorites   0 Comments

Color spaces of #edccad

RGB 237204173
HSL0.080.640.80
HSV29°27°93°
CMYK 0.000.140.27   0.07
XYZ64.060764.207448.5521
Yxy64.20740.36230.3631
Hunter Lab80.12952.477720.1657
CIE-Lab84.07367.031819.7445

#edccad color RGB value is (237,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10101101
Octal 355 314 255
Decimal 237 204 173
Hex ED CC AD

RGB Percentages of Color #edccad

%38.60
%33.22
%28.18

CMYK Percentages of Color #edccad

%0
%14
%27
%7

Triadic Colors of #edccad

#edccad #adedcc #ccaded

Analogous Colors of #edccad

#edccad #edecad #edadae

Monochromatic Colors of #edccad

#edccad

Complementary Color

#edccad #adceed

#edccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccad Color CSS Codes

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

#edccad Text Font Color

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

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


#edccad Background Color

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

This div background color is #edccad


#edccad Border Color

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

This div border color is #edccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccad


Comments

No comments written yet.

Please login to write comment.