Color Hex Logo

#edd990 Color Hex

#EDD990
(237,217,144)
0 Favorites   0 Comments

Color spaces of #edd990

RGB 237217144
HSL0.130.720.75
HSV47°39°93°
CMYK 0.000.080.39   0.07
XYZ64.771969.643836.4143
Yxy69.64380.37920.4077
Hunter Lab83.4529-7.499832.5461
CIE-Lab86.8219-3.197638.4542

#edd990 color RGB value is (237,217,144).

#edd990 hex color red value is 237, green value is 217 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #edd990 hue: 0.13 , saturation: 0.72 and the lightness value of edd990 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 10010000
Octal 355 331 220
Decimal 237 217 144
Hex ED D9 90

RGB Percentages of Color #edd990

%39.63
%36.29
%24.08

CMYK Percentages of Color #edd990

%0
%8
%39
%7

Triadic Colors of #edd990

#edd990 #90edd9 #d990ed

Analogous Colors of #edd990

#edd990 #d3ed90 #edab90

Monochromatic Colors of #edd990

#edd990

Complementary Color

#edd990 #90a4ed

#edd990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd990 Color CSS Codes

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

#edd990 Text Font Color

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

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


#edd990 Background Color

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

This div background color is #edd990


#edd990 Border Color

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

This div border color is #edd990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd990


Comments

No comments written yet.

Please login to write comment.