Color Hex Logo

#ed552d Color Hex

#ED552D
(237,85,45)
0 Favorites   0 Comments

Color spaces of #ed552d

RGB 2378545
HSL0.030.840.55
HSV13°81°93°
CMYK 0.000.640.81   0.07
XYZ38.647224.69105.2115
Yxy24.69100.56380.3602
Hunter Lab49.690051.873628.5647
CIE-Lab56.773156.744652.8551

#ed552d color RGB value is (237,85,45).

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

The process color (four color CMYK) of #ed552d color hex is 0.00, 0.64, 0.81, 0.07. Web safe color of #ed552d is #ff6633. Color #ed552d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010101 00101101
Octal 355 125 55
Decimal 237 85 45
Hex ED 55 2D

RGB Percentages of Color #ed552d

%64.58
%23.16
%12.26

CMYK Percentages of Color #ed552d

%0
%64
%81
%7

Triadic Colors of #ed552d

#ed552d #2ded55 #552ded

Analogous Colors of #ed552d

#ed552d #edb52d #ed2d65

Monochromatic Colors of #ed552d

#ed552d

Complementary Color

#ed552d #2dc5ed

#ed552d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed552d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed552d Color CSS Codes

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

#ed552d Text Font Color

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

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


#ed552d Background Color

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

This div background color is #ed552d


#ed552d Border Color

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

This div border color is #ed552d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed552d


Comments

No comments written yet.

Please login to write comment.