Color Hex Logo

#eda54c Color Hex

#EDA54C
(237,165,76)
0 Favorites   0 Comments

Color spaces of #eda54c

RGB 23716576
HSL0.090.820.61
HSV33°68°93°
CMYK 0.000.300.68   0.07
XYZ49.684745.436612.9889
Yxy45.43660.45960.4203
Hunter Lab67.406713.608735.7598
CIE-Lab73.178518.387255.3018

#eda54c color RGB value is (237,165,76).

#eda54c hex color red value is 237, green value is 165 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #eda54c hue: 0.09 , saturation: 0.82 and the lightness value of eda54c is 0.61.

The process color (four color CMYK) of #eda54c color hex is 0.00, 0.30, 0.68, 0.07. Web safe color of #eda54c is #ff9933. Color #eda54c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 01001100
Octal 355 245 114
Decimal 237 165 76
Hex ED A5 4C

RGB Percentages of Color #eda54c

%49.58
%34.52
%15.90

CMYK Percentages of Color #eda54c

%0
%30
%68
%7

Triadic Colors of #eda54c

#eda54c #4ceda5 #a54ced

Analogous Colors of #eda54c

#eda54c #e5ed4c #ed554c

Monochromatic Colors of #eda54c

#eda54c

Complementary Color

#eda54c #4c94ed

#eda54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda54c Color CSS Codes

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

#eda54c Text Font Color

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

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


#eda54c Background Color

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

This div background color is #eda54c


#eda54c Border Color

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

This div border color is #eda54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda54c


Comments

No comments written yet.

Please login to write comment.