Color Hex Logo

#ed9558 Color Hex

#ED9558
(237,149,88)
0 Favorites   0 Comments

Color spaces of #ed9558

RGB 23714988
HSL0.070.810.64
HSV25°63°93°
CMYK 0.000.370.63   0.07
XYZ47.433940.204014.4926
Yxy40.20400.46440.3937
Hunter Lab63.406622.572630.8330
CIE-Lab69.614627.572345.4958

#ed9558 color RGB value is (237,149,88).

#ed9558 hex color red value is 237, green value is 149 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ed9558 hue: 0.07 , saturation: 0.81 and the lightness value of ed9558 is 0.64.

The process color (four color CMYK) of #ed9558 color hex is 0.00, 0.37, 0.63, 0.07. Web safe color of #ed9558 is #ff9966. Color #ed9558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010101 01011000
Octal 355 225 130
Decimal 237 149 88
Hex ED 95 58

RGB Percentages of Color #ed9558

%50.00
%31.43
%18.57

CMYK Percentages of Color #ed9558

%0
%37
%63
%7

Triadic Colors of #ed9558

#ed9558 #58ed95 #9558ed

Analogous Colors of #ed9558

#ed9558 #ede058 #ed5866

Monochromatic Colors of #ed9558

#ed9558

Complementary Color

#ed9558 #58b0ed

#ed9558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9558 Color CSS Codes

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

#ed9558 Text Font Color

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

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


#ed9558 Background Color

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

This div background color is #ed9558


#ed9558 Border Color

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

This div border color is #ed9558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9558


Comments

No comments written yet.

Please login to write comment.