Color Hex Logo

#ed935c Color Hex

#ED935C
(237,147,92)
0 Favorites   0 Comments

Color spaces of #ed935c

RGB 23714792
HSL0.060.800.65
HSV23°61°93°
CMYK 0.000.380.61   0.07
XYZ47.290539.644715.2849
Yxy39.64470.46260.3878
Hunter Lab62.964023.879229.6818
CIE-Lab69.215728.891542.9801

#ed935c color RGB value is (237,147,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010011 01011100
Octal 355 223 134
Decimal 237 147 92
Hex ED 93 5C

RGB Percentages of Color #ed935c

%49.79
%30.88
%19.33

CMYK Percentages of Color #ed935c

%0
%38
%61
%7

Triadic Colors of #ed935c

#ed935c #5ced93 #935ced

Analogous Colors of #ed935c

#ed935c #eddc5c #ed5c6e

Monochromatic Colors of #ed935c

#ed935c

Complementary Color

#ed935c #5cb6ed

#ed935c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed935c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed935c Color CSS Codes

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

#ed935c Text Font Color

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

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


#ed935c Background Color

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

This div background color is #ed935c


#ed935c Border Color

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

This div border color is #ed935c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,147,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 #ed935c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed935c


Comments

No comments written yet.

Please login to write comment.