Color Hex Logo

#edcc3f Color Hex

#EDCC3F
(237,204,63)
0 Favorites   0 Comments

Color spaces of #edcc3f

RGB 23720463
HSL0.140.830.59
HSV49°73°93°
CMYK 0.000.140.73   0.07
XYZ57.415161.549113.5567
Yxy61.54910.43330.4644
Hunter Lab78.4532-6.660044.6720
CIE-Lab82.6731-2.647070.2576

#edcc3f color RGB value is (237,204,63).

#edcc3f hex color red value is 237, green value is 204 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #edcc3f hue: 0.14 , saturation: 0.83 and the lightness value of edcc3f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 00111111
Octal 355 314 77
Decimal 237 204 63
Hex ED CC 3F

RGB Percentages of Color #edcc3f

%47.02
%40.48
%12.50

CMYK Percentages of Color #edcc3f

%0
%14
%73
%7

Triadic Colors of #edcc3f

#edcc3f #3fedcc #cc3fed

Analogous Colors of #edcc3f

#edcc3f #b7ed3f #ed753f

Monochromatic Colors of #edcc3f

#edcc3f

Complementary Color

#edcc3f #3f60ed

#edcc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcc3f Color CSS Codes

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

#edcc3f Text Font Color

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

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


#edcc3f Background Color

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

This div background color is #edcc3f


#edcc3f Border Color

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

This div border color is #edcc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcc3f


Comments

No comments written yet.

Please login to write comment.