Color Hex Logo

#edca4e Color Hex

#EDCA4E
(237,202,78)
0 Favorites   0 Comments

Color spaces of #edca4e

RGB 23720278
HSL0.130.820.62
HSV47°67°93°
CMYK 0.000.150.67   0.07
XYZ57.420760.795615.9161
Yxy60.79560.42810.4533
Hunter Lab77.9715-4.997142.4774
CIE-Lab82.2687-0.890564.0738

#edca4e color RGB value is (237,202,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 01001110
Octal 355 312 116
Decimal 237 202 78
Hex ED CA 4E

RGB Percentages of Color #edca4e

%45.84
%39.07
%15.09

CMYK Percentages of Color #edca4e

%0
%15
%67
%7

Triadic Colors of #edca4e

#edca4e #4eedca #ca4eed

Analogous Colors of #edca4e

#edca4e #c1ed4e #ed7b4e

Monochromatic Colors of #edca4e

#edca4e

Complementary Color

#edca4e #4e71ed

#edca4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca4e Color CSS Codes

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

#edca4e Text Font Color

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

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


#edca4e Background Color

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

This div background color is #edca4e


#edca4e Border Color

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

This div border color is #edca4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca4e


Comments

No comments written yet.

Please login to write comment.