Color Hex Logo

#ed602b Color Hex

#ED602B
(237,96,43)
0 Favorites   0 Comments

Color spaces of #ed602b

RGB 2379643
HSL0.050.840.55
HSV16°82°93°
CMYK 0.000.590.82   0.07
XYZ39.544026.54475.3249
Yxy26.54470.55370.3717
Hunter Lab51.521546.840229.9373
CIE-Lab58.550551.926755.3967

#ed602b color RGB value is (237,96,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 00101011
Octal 355 140 53
Decimal 237 96 43
Hex ED 60 2B

RGB Percentages of Color #ed602b

%63.03
%25.53
%11.44

CMYK Percentages of Color #ed602b

%0
%59
%82
%7

Triadic Colors of #ed602b

#ed602b #2bed60 #602bed

Analogous Colors of #ed602b

#ed602b #edc12b #ed2b57

Monochromatic Colors of #ed602b

#ed602b

Complementary Color

#ed602b #2bb8ed

#ed602b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed602b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed602b Color CSS Codes

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

#ed602b Text Font Color

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

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


#ed602b Background Color

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

This div background color is #ed602b


#ed602b Border Color

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

This div border color is #ed602b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,96,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 #ed602b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed602b


Comments

No comments written yet.

Please login to write comment.