Color Hex Logo

#edcc47 Color Hex

#EDCC47
(237,204,71)
0 Favorites   0 Comments

Color spaces of #edcc47

RGB 23720471
HSL0.130.820.60
HSV48°70°93°
CMYK 0.000.140.70   0.07
XYZ57.655261.645214.8212
Yxy61.64520.42990.4596
Hunter Lab78.5145-6.323143.7679
CIE-Lab82.7244-2.279967.3328

#edcc47 color RGB value is (237,204,71).

#edcc47 hex color red value is 237, green value is 204 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #edcc47 hue: 0.13 , saturation: 0.82 and the lightness value of edcc47 is 0.60.

The process color (four color CMYK) of #edcc47 color hex is 0.00, 0.14, 0.70, 0.07. Web safe color of #edcc47 is #ffcc33. Color #edcc47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 01000111
Octal 355 314 107
Decimal 237 204 71
Hex ED CC 47

RGB Percentages of Color #edcc47

%46.29
%39.84
%13.87

CMYK Percentages of Color #edcc47

%0
%14
%70
%7

Triadic Colors of #edcc47

#edcc47 #47edcc #cc47ed

Analogous Colors of #edcc47

#edcc47 #bbed47 #ed7947

Monochromatic Colors of #edcc47

#edcc47

Complementary Color

#edcc47 #4768ed

#edcc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcc47 Color CSS Codes

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

#edcc47 Text Font Color

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

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


#edcc47 Background Color

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

This div background color is #edcc47


#edcc47 Border Color

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

This div border color is #edcc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcc47


Comments

No comments written yet.

Please login to write comment.