Color Hex Logo

#ed995c Color Hex

#ED995C
(237,153,92)
0 Favorites   0 Comments

Color spaces of #ed995c

RGB 23715392
HSL0.070.800.65
HSV25°61°93°
CMYK 0.000.350.61   0.07
XYZ48.248141.559715.6041
Yxy41.55970.45770.3943
Hunter Lab64.466820.775630.7757
CIE-Lab70.566325.726544.5901

#ed995c color RGB value is (237,153,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011001 01011100
Octal 355 231 134
Decimal 237 153 92
Hex ED 99 5C

RGB Percentages of Color #ed995c

%49.17
%31.74
%19.09

CMYK Percentages of Color #ed995c

%0
%35
%61
%7

Triadic Colors of #ed995c

#ed995c #5ced99 #995ced

Analogous Colors of #ed995c

#ed995c #ede25c #ed5c68

Monochromatic Colors of #ed995c

#ed995c

Complementary Color

#ed995c #5cb0ed

#ed995c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed995c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed995c Color CSS Codes

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

#ed995c Text Font Color

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

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


#ed995c Background Color

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

This div background color is #ed995c


#ed995c Border Color

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

This div border color is #ed995c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed995c


Comments

No comments written yet.

Please login to write comment.