Color Hex Logo

#ed661d Color Hex

#ED661D
(237,102,29)
0 Favorites   0 Comments

Color spaces of #ed661d

RGB 23710229
HSL0.060.850.52
HSV21°88°93°
CMYK 0.000.570.88   0.07
XYZ39.898227.59604.3861
Yxy27.59600.55510.3839
Hunter Lab52.531943.640731.8220
CIE-Lab59.522048.850561.6505

#ed661d color RGB value is (237,102,29).

#ed661d hex color red value is 237, green value is 102 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ed661d hue: 0.06 , saturation: 0.85 and the lightness value of ed661d is 0.52.

The process color (four color CMYK) of #ed661d color hex is 0.00, 0.57, 0.88, 0.07. Web safe color of #ed661d is #ff6633. Color #ed661d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100110 00011101
Octal 355 146 35
Decimal 237 102 29
Hex ED 66 1D

RGB Percentages of Color #ed661d

%64.40
%27.72
%7.88

CMYK Percentages of Color #ed661d

%0
%57
%88
%7

Triadic Colors of #ed661d

#ed661d #1ded66 #661ded

Analogous Colors of #ed661d

#ed661d #edce1d #ed1d3c

Monochromatic Colors of #ed661d

#ed661d

Complementary Color

#ed661d #1da4ed

#ed661d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed661d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed661d Color CSS Codes

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

#ed661d Text Font Color

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

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


#ed661d Background Color

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

This div background color is #ed661d


#ed661d Border Color

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

This div border color is #ed661d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed661d


Comments

No comments written yet.

Please login to write comment.