Color Hex Logo

#eddd70 Color Hex

#EDDD70
(237,221,112)
0 Favorites   0 Comments

Color spaces of #eddd70

RGB 237221112
HSL0.150.780.68
HSV52°53°93°
CMYK 0.000.070.53   0.07
XYZ63.706170.887325.6542
Yxy70.88730.39750.4424
Hunter Lab84.1946-12.278040.8705
CIE-Lab87.4302-8.246654.8007

#eddd70 color RGB value is (237,221,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 01110000
Octal 355 335 160
Decimal 237 221 112
Hex ED DD 70

RGB Percentages of Color #eddd70

%41.58
%38.77
%19.65

CMYK Percentages of Color #eddd70

%0
%7
%53
%7

Triadic Colors of #eddd70

#eddd70 #70eddd #dd70ed

Analogous Colors of #eddd70

#eddd70 #bfed70 #ed9f70

Monochromatic Colors of #eddd70

#eddd70

Complementary Color

#eddd70 #7080ed

#eddd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd70 Color CSS Codes

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

#eddd70 Text Font Color

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

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


#eddd70 Background Color

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

This div background color is #eddd70


#eddd70 Border Color

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

This div border color is #eddd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd70


Comments

No comments written yet.

Please login to write comment.