Color Hex Logo

#ed7838 Color Hex

#ED7838
(237,120,56)
0 Favorites   0 Comments

Color spaces of #ed7838

RGB 23712056
HSL0.060.830.57
HSV21°76°93°
CMYK 0.000.490.76   0.07
XYZ42.355331.72307.6322
Yxy31.72300.51840.3882
Hunter Lab56.323235.667331.3920
CIE-Lab63.113340.903453.9391

#ed7838 color RGB value is (237,120,56).

#ed7838 hex color red value is 237, green value is 120 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ed7838 hue: 0.06 , saturation: 0.83 and the lightness value of ed7838 is 0.57.

The process color (four color CMYK) of #ed7838 color hex is 0.00, 0.49, 0.76, 0.07. Web safe color of #ed7838 is #ff6633. Color #ed7838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 00111000
Octal 355 170 70
Decimal 237 120 56
Hex ED 78 38

RGB Percentages of Color #ed7838

%57.38
%29.06
%13.56

CMYK Percentages of Color #ed7838

%0
%49
%76
%7

Triadic Colors of #ed7838

#ed7838 #38ed78 #7838ed

Analogous Colors of #ed7838

#ed7838 #edd338 #ed3852

Monochromatic Colors of #ed7838

#ed7838

Complementary Color

#ed7838 #38aded

#ed7838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7838 Color CSS Codes

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

#ed7838 Text Font Color

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

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


#ed7838 Background Color

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

This div background color is #ed7838


#ed7838 Border Color

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

This div border color is #ed7838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7838


Comments

No comments written yet.

Please login to write comment.