Color Hex Logo

#edc070 Color Hex

#EDC070
(237,192,112)
0 Favorites   0 Comments

Color spaces of #edc070

RGB 237192112
HSL0.110.780.68
HSV38°53°93°
CMYK 0.000.190.53   0.07
XYZ56.699356.873723.3186
Yxy56.87370.41420.4155
Hunter Lab75.41472.226734.4575
CIE-Lab80.10856.643346.0457

#edc070 color RGB value is (237,192,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 01110000
Octal 355 300 160
Decimal 237 192 112
Hex ED C0 70

RGB Percentages of Color #edc070

%43.81
%35.49
%20.70

CMYK Percentages of Color #edc070

%0
%19
%53
%7

Triadic Colors of #edc070

#edc070 #70edc0 #c070ed

Analogous Colors of #edc070

#edc070 #dced70 #ed8270

Monochromatic Colors of #edc070

#edc070

Complementary Color

#edc070 #709ded

#edc070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc070 Color CSS Codes

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

#edc070 Text Font Color

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

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


#edc070 Background Color

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

This div background color is #edc070


#edc070 Border Color

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

This div border color is #edc070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc070


Comments

No comments written yet.

Please login to write comment.