Color Hex Logo

#ed996d Color Hex

#ED996D
(237,153,109)
0 Favorites   0 Comments

Color spaces of #ed996d

RGB 237153109
HSL0.060.780.68
HSV21°54°93°
CMYK 0.000.350.54   0.07
XYZ49.076641.891119.9672
Yxy41.89110.44240.3776
Hunter Lab64.723322.082227.0153
CIE-Lab70.795827.007436.0207

#ed996d color RGB value is (237,153,109).

#ed996d hex color red value is 237, green value is 153 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ed996d hue: 0.06 , saturation: 0.78 and the lightness value of ed996d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011001 01101101
Octal 355 231 155
Decimal 237 153 109
Hex ED 99 6D

RGB Percentages of Color #ed996d

%47.49
%30.66
%21.84

CMYK Percentages of Color #ed996d

%0
%35
%54
%7

Triadic Colors of #ed996d

#ed996d #6ded99 #996ded

Analogous Colors of #ed996d

#ed996d #edd96d #ed6d81

Monochromatic Colors of #ed996d

#ed996d

Complementary Color

#ed996d #6dc1ed

#ed996d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed996d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed996d Color CSS Codes

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

#ed996d Text Font Color

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

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


#ed996d Background Color

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

This div background color is #ed996d


#ed996d Border Color

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

This div border color is #ed996d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed996d


Comments

No comments written yet.

Please login to write comment.