Color Hex Logo

#eddc70 Color Hex

#EDDC70
(237,220,112)
0 Favorites   0 Comments

Color spaces of #eddc70

RGB 237220112
HSL0.140.780.68
HSV52°53°93°
CMYK 0.000.070.53   0.07
XYZ63.442970.360825.5664
Yxy70.36080.39810.4415
Hunter Lab83.8813-11.785540.6458
CIE-Lab87.1735-7.743554.4992

#eddc70 color RGB value is (237,220,112).

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

The process color (four color CMYK) of #eddc70 color hex is 0.00, 0.07, 0.53, 0.07. Web safe color of #eddc70 is #ffcc66. Color #eddc70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 01110000
Octal 355 334 160
Decimal 237 220 112
Hex ED DC 70

RGB Percentages of Color #eddc70

%41.65
%38.66
%19.68

CMYK Percentages of Color #eddc70

%0
%7
%53
%7

Triadic Colors of #eddc70

#eddc70 #70eddc #dc70ed

Analogous Colors of #eddc70

#eddc70 #c0ed70 #ed9e70

Monochromatic Colors of #eddc70

#eddc70

Complementary Color

#eddc70 #7081ed

#eddc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc70 Color CSS Codes

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

#eddc70 Text Font Color

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

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


#eddc70 Background Color

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

This div background color is #eddc70


#eddc70 Border Color

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

This div border color is #eddc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc70


Comments

No comments written yet.

Please login to write comment.