Color Hex Logo

#edcda4 Color Hex

#EDCDA4
(237,205,164)
0 Favorites   0 Comments

Color spaces of #edcda4

RGB 237205164
HSL0.090.670.79
HSV34°31°93°
CMYK 0.000.140.31   0.07
XYZ63.457264.347544.1977
Yxy64.34750.36890.3741
Hunter Lab80.21690.826523.4844
CIE-Lab84.14645.337424.5816

#edcda4 color RGB value is (237,205,164).

#edcda4 hex color red value is 237, green value is 205 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #edcda4 hue: 0.09 , saturation: 0.67 and the lightness value of edcda4 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10100100
Octal 355 315 244
Decimal 237 205 164
Hex ED CD A4

RGB Percentages of Color #edcda4

%39.11
%33.83
%27.06

CMYK Percentages of Color #edcda4

%0
%14
%31
%7

Triadic Colors of #edcda4

#edcda4 #a4edcd #cda4ed

Analogous Colors of #edcda4

#edcda4 #e9eda4 #eda9a4

Monochromatic Colors of #edcda4

#edcda4

Complementary Color

#edcda4 #a4c4ed

#edcda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcda4 Color CSS Codes

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

#edcda4 Text Font Color

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

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


#edcda4 Background Color

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

This div background color is #edcda4


#edcda4 Border Color

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

This div border color is #edcda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcda4


Comments

No comments written yet.

Please login to write comment.