Color Hex Logo

#edcd4d Color Hex

#EDCD4D
(237,205,77)
0 Favorites   0 Comments

Color spaces of #edcd4d

RGB 23720577
HSL0.130.820.62
HSV48°68°93°
CMYK 0.000.140.68   0.07
XYZ58.095962.203015.9656
Yxy62.20300.42630.4565
Hunter Lab78.8689-6.535043.2060
CIE-Lab83.0213-2.483865.2621

#edcd4d color RGB value is (237,205,77).

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

The process color (four color CMYK) of #edcd4d color hex is 0.00, 0.14, 0.68, 0.07. Web safe color of #edcd4d is #ffcc66. Color #edcd4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 01001101
Octal 355 315 115
Decimal 237 205 77
Hex ED CD 4D

RGB Percentages of Color #edcd4d

%45.66
%39.50
%14.84

CMYK Percentages of Color #edcd4d

%0
%14
%68
%7

Triadic Colors of #edcd4d

#edcd4d #4dedcd #cd4ded

Analogous Colors of #edcd4d

#edcd4d #bded4d #ed7d4d

Monochromatic Colors of #edcd4d

#edcd4d

Complementary Color

#edcd4d #4d6ded

#edcd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcd4d Color CSS Codes

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

#edcd4d Text Font Color

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

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


#edcd4d Background Color

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

This div background color is #edcd4d


#edcd4d Border Color

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

This div border color is #edcd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcd4d


Comments

No comments written yet.

Please login to write comment.