Color Hex Logo

#ed835c Color Hex

#ED835C
(237,131,92)
0 Favorites   0 Comments

Color spaces of #ed835c

RGB 23713192
HSL0.040.800.65
HSV16°61°93°
CMYK 0.000.450.61   0.07
XYZ44.973135.009814.5124
Yxy35.00980.47590.3705
Hunter Lab59.169132.128026.8763
CIE-Lab65.756337.222438.7971

#ed835c color RGB value is (237,131,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000011 01011100
Octal 355 203 134
Decimal 237 131 92
Hex ED 83 5C

RGB Percentages of Color #ed835c

%51.52
%28.48
%20.00

CMYK Percentages of Color #ed835c

%0
%45
%61
%7

Triadic Colors of #ed835c

#ed835c #5ced83 #835ced

Analogous Colors of #ed835c

#ed835c #edcc5c #ed5c7e

Monochromatic Colors of #ed835c

#ed835c

Complementary Color

#ed835c #5cc6ed

#ed835c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed835c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed835c Color CSS Codes

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

#ed835c Text Font Color

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

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


#ed835c Background Color

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

This div background color is #ed835c


#ed835c Border Color

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

This div border color is #ed835c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed835c


Comments

No comments written yet.

Please login to write comment.