Color Hex Logo

#edc670 Color Hex

#EDC670
(237,198,112)
0 Favorites   0 Comments

Color spaces of #edc670

RGB 237198112
HSL0.110.780.68
HSV41°53°93°
CMYK 0.000.160.53   0.07
XYZ58.043859.562523.7667
Yxy59.56250.41060.4213
Hunter Lab77.1767-0.811435.7653
CIE-Lab81.59983.516247.8553

#edc670 color RGB value is (237,198,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 01110000
Octal 355 306 160
Decimal 237 198 112
Hex ED C6 70

RGB Percentages of Color #edc670

%43.33
%36.20
%20.48

CMYK Percentages of Color #edc670

%0
%16
%53
%7

Triadic Colors of #edc670

#edc670 #70edc6 #c670ed

Analogous Colors of #edc670

#edc670 #d6ed70 #ed8870

Monochromatic Colors of #edc670

#edc670

Complementary Color

#edc670 #7097ed

#edc670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc670 Color CSS Codes

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

#edc670 Text Font Color

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

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


#edc670 Background Color

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

This div background color is #edc670


#edc670 Border Color

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

This div border color is #edc670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc670


Comments

No comments written yet.

Please login to write comment.