Color Hex Logo

#edcd3f Color Hex

#EDCD3F
(237,205,63)
1 Favorites   0 Comments

Color spaces of #edcd3f

RGB 23720563
HSL0.140.830.59
HSV49°73°93°
CMYK 0.000.140.73   0.07
XYZ57.653662.026013.6362
Yxy62.02600.43250.4653
Hunter Lab78.7566-7.153544.8639
CIE-Lab82.9272-3.158270.5010

#edcd3f color RGB value is (237,205,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 00111111
Octal 355 315 77
Decimal 237 205 63
Hex ED CD 3F

RGB Percentages of Color #edcd3f

%46.93
%40.59
%12.48

CMYK Percentages of Color #edcd3f

%0
%14
%73
%7

Triadic Colors of #edcd3f

#edcd3f #3fedcd #cd3fed

Analogous Colors of #edcd3f

#edcd3f #b6ed3f #ed763f

Monochromatic Colors of #edcd3f

#edcd3f

Complementary Color

#edcd3f #3f5fed

#edcd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcd3f Color CSS Codes

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

#edcd3f Text Font Color

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

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


#edcd3f Background Color

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

This div background color is #edcd3f


#edcd3f Border Color

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

This div border color is #edcd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcd3f


Comments

No comments written yet.

Please login to write comment.