Color Hex Logo

#eddd91 Color Hex

#EDDD91
(237,221,145)
0 Favorites   0 Comments

Color spaces of #eddd91

RGB 237221145
HSL0.140.720.75
HSV50°39°93°
CMYK 0.000.070.39   0.07
XYZ65.892371.761837.1666
Yxy71.76180.37690.4105
Hunter Lab84.7123-9.402933.2858
CIE-Lab87.8538-5.123239.2839

#eddd91 color RGB value is (237,221,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 10010001
Octal 355 335 221
Decimal 237 221 145
Hex ED DD 91

RGB Percentages of Color #eddd91

%39.30
%36.65
%24.05

CMYK Percentages of Color #eddd91

%0
%7
%39
%7

Triadic Colors of #eddd91

#eddd91 #91eddd #dd91ed

Analogous Colors of #eddd91

#eddd91 #cfed91 #edaf91

Monochromatic Colors of #eddd91

#eddd91

Complementary Color

#eddd91 #91a1ed

#eddd91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd91 Color CSS Codes

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

#eddd91 Text Font Color

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

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


#eddd91 Background Color

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

This div background color is #eddd91


#eddd91 Border Color

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

This div border color is #eddd91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd91


Comments

No comments written yet.

Please login to write comment.