Color Hex Logo

#ed5835 Color Hex

#ED5835
(237,88,53)
0 Favorites   0 Comments

Color spaces of #ed5835

RGB 2378853
HSL0.030.840.57
HSV11°78°93°
CMYK 0.000.630.78   0.07
XYZ39.057425.24106.1816
Yxy25.24100.55420.3581
Hunter Lab50.240450.846927.8732
CIE-Lab57.309555.738649.5280

#ed5835 color RGB value is (237,88,53).

#ed5835 hex color red value is 237, green value is 88 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ed5835 hue: 0.03 , saturation: 0.84 and the lightness value of ed5835 is 0.57.

The process color (four color CMYK) of #ed5835 color hex is 0.00, 0.63, 0.78, 0.07. Web safe color of #ed5835 is #ff6633. Color #ed5835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011000 00110101
Octal 355 130 65
Decimal 237 88 53
Hex ED 58 35

RGB Percentages of Color #ed5835

%62.70
%23.28
%14.02

CMYK Percentages of Color #ed5835

%0
%63
%78
%7

Triadic Colors of #ed5835

#ed5835 #35ed58 #5835ed

Analogous Colors of #ed5835

#ed5835 #edb435 #ed356e

Monochromatic Colors of #ed5835

#ed5835

Complementary Color

#ed5835 #35caed

#ed5835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5835 Color CSS Codes

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

#ed5835 Text Font Color

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

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


#ed5835 Background Color

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

This div background color is #ed5835


#ed5835 Border Color

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

This div border color is #ed5835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5835


Comments

No comments written yet.

Please login to write comment.