Color Hex Logo

#eddca1 Color Hex

#EDDCA1
(237,220,161)
0 Favorites   0 Comments

Color spaces of #eddca1

RGB 237220161
HSL0.130.680.78
HSV47°32°93°
CMYK 0.000.070.32   0.07
XYZ66.951371.764144.0414
Yxy71.76410.36630.3927
Hunter Lab84.7137-7.176128.4756
CIE-Lab87.8549-2.769831.1504

#eddca1 color RGB value is (237,220,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10100001
Octal 355 334 241
Decimal 237 220 161
Hex ED DC A1

RGB Percentages of Color #eddca1

%38.35
%35.60
%26.05

CMYK Percentages of Color #eddca1

%0
%7
%32
%7

Triadic Colors of #eddca1

#eddca1 #a1eddc #dca1ed

Analogous Colors of #eddca1

#eddca1 #d8eda1 #edb6a1

Monochromatic Colors of #eddca1

#eddca1

Complementary Color

#eddca1 #a1b2ed

#eddca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddca1 Color CSS Codes

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

#eddca1 Text Font Color

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

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


#eddca1 Background Color

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

This div background color is #eddca1


#eddca1 Border Color

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

This div border color is #eddca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddca1


Comments

No comments written yet.

Please login to write comment.