Color Hex Logo

#eddd92 Color Hex

#EDDD92
(237,221,146)
0 Favorites   0 Comments

Color spaces of #eddd92

RGB 237221146
HSL0.140.720.75
HSV49°38°93°
CMYK 0.000.070.38   0.07
XYZ65.969871.792837.5745
Yxy71.79280.37620.4095
Hunter Lab84.7306-9.301633.0188
CIE-Lab87.8688-5.014238.8002

#eddd92 color RGB value is (237,221,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 10010010
Octal 355 335 222
Decimal 237 221 146
Hex ED DD 92

RGB Percentages of Color #eddd92

%39.24
%36.59
%24.17

CMYK Percentages of Color #eddd92

%0
%7
%38
%7

Triadic Colors of #eddd92

#eddd92 #92eddd #dd92ed

Analogous Colors of #eddd92

#eddd92 #d0ed92 #edb092

Monochromatic Colors of #eddd92

#eddd92

Complementary Color

#eddd92 #92a2ed

#eddd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd92 Color CSS Codes

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

#eddd92 Text Font Color

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

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


#eddd92 Background Color

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

This div background color is #eddd92


#eddd92 Border Color

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

This div border color is #eddd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd92


Comments

No comments written yet.

Please login to write comment.