Color Hex Logo

#ed9a2d Color Hex

#ED9A2D
(237,154,45)
0 Favorites   0 Comments

Color spaces of #ed9a2d

RGB 23715445
HSL0.090.840.55
HSV34°81°93°
CMYK 0.000.350.81   0.07
XYZ46.954341.30527.9806
Yxy41.30520.48790.4292
Hunter Lab64.269117.939137.6261
CIE-Lab70.389222.892265.2476

#ed9a2d color RGB value is (237,154,45).

#ed9a2d hex color red value is 237, green value is 154 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ed9a2d hue: 0.09 , saturation: 0.84 and the lightness value of ed9a2d is 0.55.

The process color (four color CMYK) of #ed9a2d color hex is 0.00, 0.35, 0.81, 0.07. Web safe color of #ed9a2d is #ff9933. Color #ed9a2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011010 00101101
Octal 355 232 55
Decimal 237 154 45
Hex ED 9A 2D

RGB Percentages of Color #ed9a2d

%54.36
%35.32
%10.32

CMYK Percentages of Color #ed9a2d

%0
%35
%81
%7

Triadic Colors of #ed9a2d

#ed9a2d #2ded9a #9a2ded

Analogous Colors of #ed9a2d

#ed9a2d #e0ed2d #ed3a2d

Monochromatic Colors of #ed9a2d

#ed9a2d

Complementary Color

#ed9a2d #2d80ed

#ed9a2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9a2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9a2d Color CSS Codes

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

#ed9a2d Text Font Color

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

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


#ed9a2d Background Color

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

This div background color is #ed9a2d


#ed9a2d Border Color

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

This div border color is #ed9a2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9a2d


Comments

No comments written yet.

Please login to write comment.