Color Hex Logo

#edcda1 Color Hex

#EDCDA1
(237,205,161)
0 Favorites   0 Comments

Color spaces of #edcda1

RGB 237205161
HSL0.100.680.78
HSV35°32°93°
CMYK 0.000.140.32   0.07
XYZ63.189464.240442.7874
Yxy64.24040.37120.3774
Hunter Lab80.15010.464624.4537
CIE-Lab84.09084.961426.0778

#edcda1 color RGB value is (237,205,161).

#edcda1 hex color red value is 237, green value is 205 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #edcda1 hue: 0.10 , saturation: 0.68 and the lightness value of edcda1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10100001
Octal 355 315 241
Decimal 237 205 161
Hex ED CD A1

RGB Percentages of Color #edcda1

%39.30
%34.00
%26.70

CMYK Percentages of Color #edcda1

%0
%14
%32
%7

Triadic Colors of #edcda1

#edcda1 #a1edcd #cda1ed

Analogous Colors of #edcda1

#edcda1 #e7eda1 #eda7a1

Monochromatic Colors of #edcda1

#edcda1

Complementary Color

#edcda1 #a1c1ed

#edcda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcda1 Color CSS Codes

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

#edcda1 Text Font Color

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

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


#edcda1 Background Color

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

This div background color is #edcda1


#edcda1 Border Color

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

This div border color is #edcda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcda1


Comments

No comments written yet.

Please login to write comment.