Color Hex Logo

#ed682b Color Hex

#ED682B
(237,104,43)
0 Favorites   0 Comments

Color spaces of #ed682b

RGB 23710443
HSL0.050.840.55
HSV19°82°93°
CMYK 0.000.560.82   0.07
XYZ40.311428.07965.5808
Yxy28.07960.54500.3796
Hunter Lab52.990243.058130.8489
CIE-Lab59.960648.247956.6745

#ed682b color RGB value is (237,104,43).

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

The process color (four color CMYK) of #ed682b color hex is 0.00, 0.56, 0.82, 0.07. Web safe color of #ed682b is #ff6633. Color #ed682b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 00101011
Octal 355 150 53
Decimal 237 104 43
Hex ED 68 2B

RGB Percentages of Color #ed682b

%61.72
%27.08
%11.20

CMYK Percentages of Color #ed682b

%0
%56
%82
%7

Triadic Colors of #ed682b

#ed682b #2bed68 #682bed

Analogous Colors of #ed682b

#ed682b #edc92b #ed2b4f

Monochromatic Colors of #ed682b

#ed682b

Complementary Color

#ed682b #2bb0ed

#ed682b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed682b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed682b Color CSS Codes

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

#ed682b Text Font Color

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

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


#ed682b Background Color

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

This div background color is #ed682b


#ed682b Border Color

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

This div border color is #ed682b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed682b


Comments

No comments written yet.

Please login to write comment.