Color Hex Logo

#eda454 Color Hex

#EDA454
(237,164,84)
0 Favorites   0 Comments

Color spaces of #eda454

RGB 23716484
HSL0.090.810.63
HSV31°65°93°
CMYK 0.000.310.65   0.07
XYZ49.800745.195514.4863
Yxy45.19550.45490.4128
Hunter Lab67.227614.580534.2834
CIE-Lab73.020419.381551.3827

#eda454 color RGB value is (237,164,84).

#eda454 hex color red value is 237, green value is 164 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #eda454 hue: 0.09 , saturation: 0.81 and the lightness value of eda454 is 0.63.

The process color (four color CMYK) of #eda454 color hex is 0.00, 0.31, 0.65, 0.07. Web safe color of #eda454 is #ff9966. Color #eda454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01010100
Octal 355 244 124
Decimal 237 164 84
Hex ED A4 54

RGB Percentages of Color #eda454

%48.87
%33.81
%17.32

CMYK Percentages of Color #eda454

%0
%31
%65
%7

Triadic Colors of #eda454

#eda454 #54eda4 #a454ed

Analogous Colors of #eda454

#eda454 #eaed54 #ed5854

Monochromatic Colors of #eda454

#eda454

Complementary Color

#eda454 #549ded

#eda454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda454 Color CSS Codes

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

#eda454 Text Font Color

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

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


#eda454 Background Color

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

This div background color is #eda454


#eda454 Border Color

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

This div border color is #eda454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda454


Comments

No comments written yet.

Please login to write comment.