Color Hex Logo

#edd670 Color Hex

#EDD670
(237,214,112)
0 Favorites   0 Comments

Color spaces of #edd670

RGB 237214112
HSL0.140.780.68
HSV49°53°93°
CMYK 0.000.100.53   0.07
XYZ61.896267.267525.0509
Yxy67.26750.40140.4362
Hunter Lab82.0168-8.819439.3024
CIE-Lab85.6389-4.708952.6881

#edd670 color RGB value is (237,214,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 01110000
Octal 355 326 160
Decimal 237 214 112
Hex ED D6 70

RGB Percentages of Color #edd670

%42.10
%38.01
%19.89

CMYK Percentages of Color #edd670

%0
%10
%53
%7

Triadic Colors of #edd670

#edd670 #70edd6 #d670ed

Analogous Colors of #edd670

#edd670 #c6ed70 #ed9870

Monochromatic Colors of #edd670

#edd670

Complementary Color

#edd670 #7087ed

#edd670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd670 Color CSS Codes

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

#edd670 Text Font Color

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

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


#edd670 Background Color

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

This div background color is #edd670


#edd670 Border Color

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

This div border color is #edd670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd670


Comments

No comments written yet.

Please login to write comment.