color codes Logo

#eda80d color codes

#EDA80D
(237,168,13)
0 Favorites   0 Comments

Color spaces of #eda80d

RGB 23716813
HSL0.120.900.49
HSV42°95°93°
CMYK 0.000.290.95   0.07
XYZ49.000346.03886.6846
Yxy46.03880.48170.4526
Hunter Lab67.851910.165741.6552
CIE-Lab73.570714.838575.5338

#eda80d color RGB value is (237,168,13).

#eda80d hex color red value is 237, green value is 168 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eda80d hue: 0.12 , saturation: 0.90 and the lightness value of eda80d is 0.49.

The process color (four color CMYK) of #eda80d color code is 0.00, 0.29, 0.95, 0.07. Web safe color of #eda80d is #ff9900. Color #eda80d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 00001101
Octal 355 250 15
Decimal 237 168 13
Hex ED A8 D

RGB Percentages of Color #eda80d

%56.70
%40.19
%3.11

CMYK Percentages of Color #eda80d

%0
%29
%95
%7

Triadic Colors of #eda80d

#eda80d #0deda8 #a80ded

Analogous Colors of #eda80d

#eda80d #c2ed0d #ed380d

Monochromatic Colors of #eda80d

#eda80d

Complementary Color

#eda80d #0d52ed

#eda80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda80d Color CSS Codes

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

#eda80d Text Font Color

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

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


#eda80d Background Color

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

This div background color is #eda80d


#eda80d Border Color

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

This div border color is #eda80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda80d


Comments

No comments written yet.

Please login to write comment.