Color Hex Logo

#edca4d Color Hex

#EDCA4D
(237,202,77)
0 Favorites   0 Comments

Color spaces of #edca4d

RGB 23720277
HSL0.130.820.62
HSV47°68°93°
CMYK 0.000.150.68   0.07
XYZ57.385160.781415.7286
Yxy60.78140.42860.4539
Hunter Lab77.9624-5.047442.6122
CIE-Lab82.2611-0.944964.4759

#edca4d color RGB value is (237,202,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 01001101
Octal 355 312 115
Decimal 237 202 77
Hex ED CA 4D

RGB Percentages of Color #edca4d

%45.93
%39.15
%14.92

CMYK Percentages of Color #edca4d

%0
%15
%68
%7

Triadic Colors of #edca4d

#edca4d #4dedca #ca4ded

Analogous Colors of #edca4d

#edca4d #c0ed4d #ed7a4d

Monochromatic Colors of #edca4d

#edca4d

Complementary Color

#edca4d #4d70ed

#edca4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca4d Color CSS Codes

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

#edca4d Text Font Color

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

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


#edca4d Background Color

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

This div background color is #edca4d


#edca4d Border Color

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

This div border color is #edca4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca4d


Comments

No comments written yet.

Please login to write comment.