Color Hex Logo

#ed955c Color Hex

#ED955C
(237,149,92)
0 Favorites   0 Comments

Color spaces of #ed955c

RGB 23714992
HSL0.070.800.65
HSV24°61°93°
CMYK 0.000.370.61   0.07
XYZ47.604340.272115.3895
Yxy40.27210.46100.3900
Hunter Lab63.460322.845030.0440
CIE-Lab69.662927.838443.5145

#ed955c color RGB value is (237,149,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010101 01011100
Octal 355 225 134
Decimal 237 149 92
Hex ED 95 5C

RGB Percentages of Color #ed955c

%49.58
%31.17
%19.25

CMYK Percentages of Color #ed955c

%0
%37
%61
%7

Triadic Colors of #ed955c

#ed955c #5ced95 #955ced

Analogous Colors of #ed955c

#ed955c #edde5c #ed5c6c

Monochromatic Colors of #ed955c

#ed955c

Complementary Color

#ed955c #5cb4ed

#ed955c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed955c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed955c Color CSS Codes

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

#ed955c Text Font Color

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

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


#ed955c Background Color

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

This div background color is #ed955c


#ed955c Border Color

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

This div border color is #ed955c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed955c


Comments

No comments written yet.

Please login to write comment.