Color Hex Logo

#eddc92 Color Hex

#EDDC92
(237,220,146)
0 Favorites   0 Comments

Color spaces of #eddc92

RGB 237220146
HSL0.140.720.75
HSV49°38°93°
CMYK 0.000.070.38   0.07
XYZ65.706671.266237.4868
Yxy71.26620.37660.4085
Hunter Lab84.4193-8.800832.7655
CIE-Lab87.6142-4.506438.4705

#eddc92 color RGB value is (237,220,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10010010
Octal 355 334 222
Decimal 237 220 146
Hex ED DC 92

RGB Percentages of Color #eddc92

%39.30
%36.48
%24.21

CMYK Percentages of Color #eddc92

%0
%7
%38
%7

Triadic Colors of #eddc92

#eddc92 #92eddc #dc92ed

Analogous Colors of #eddc92

#eddc92 #d1ed92 #edaf92

Monochromatic Colors of #eddc92

#eddc92

Complementary Color

#eddc92 #92a3ed

#eddc92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc92 Color CSS Codes

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

#eddc92 Text Font Color

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

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


#eddc92 Background Color

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

This div background color is #eddc92


#eddc92 Border Color

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

This div border color is #eddc92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc92


Comments

No comments written yet.

Please login to write comment.