Color Hex Logo

#eddca2 Color Hex

#EDDCA2
(237,220,162)
0 Favorites   0 Comments

Color spaces of #eddca2

RGB 237220162
HSL0.130.680.78
HSV46°32°93°
CMYK 0.000.070.32   0.07
XYZ67.039871.799644.5077
Yxy71.79960.36560.3916
Hunter Lab84.7346-7.061228.1716
CIE-Lab87.8720-2.647730.6597

#eddca2 color RGB value is (237,220,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10100010
Octal 355 334 242
Decimal 237 220 162
Hex ED DC A2

RGB Percentages of Color #eddca2

%38.29
%35.54
%26.17

CMYK Percentages of Color #eddca2

%0
%7
%32
%7

Triadic Colors of #eddca2

#eddca2 #a2eddc #dca2ed

Analogous Colors of #eddca2

#eddca2 #d9eda2 #edb7a2

Monochromatic Colors of #eddca2

#eddca2

Complementary Color

#eddca2 #a2b3ed

#eddca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddca2 Color CSS Codes

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

#eddca2 Text Font Color

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

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


#eddca2 Background Color

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

This div background color is #eddca2


#eddca2 Border Color

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

This div border color is #eddca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddca2


Comments

No comments written yet.

Please login to write comment.