Color Hex Logo

#edc671 Color Hex

#EDC671
(237,198,113)
0 Favorites   0 Comments

Color spaces of #edc671

RGB 237198113
HSL0.110.780.69
HSV41°52°93°
CMYK 0.000.160.52   0.07
XYZ58.099859.584924.0616
Yxy59.58490.40990.4204
Hunter Lab77.1913-0.732535.5524
CIE-Lab81.61203.599947.3803

#edc671 color RGB value is (237,198,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 01110001
Octal 355 306 161
Decimal 237 198 113
Hex ED C6 71

RGB Percentages of Color #edc671

%43.25
%36.13
%20.62

CMYK Percentages of Color #edc671

%0
%16
%52
%7

Triadic Colors of #edc671

#edc671 #71edc6 #c671ed

Analogous Colors of #edc671

#edc671 #d6ed71 #ed8871

Monochromatic Colors of #edc671

#edc671

Complementary Color

#edc671 #7198ed

#edc671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc671 Color CSS Codes

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

#edc671 Text Font Color

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

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


#edc671 Background Color

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

This div background color is #edc671


#edc671 Border Color

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

This div border color is #edc671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc671


Comments

No comments written yet.

Please login to write comment.