Color Hex Logo

#ed766d Color Hex

#ED766D
(237,118,109)
0 Favorites   0 Comments

Color spaces of #ed766d

RGB 237118109
HSL0.010.780.68
HSV54°93°
CMYK 0.000.500.54   0.07
XYZ44.163832.065518.3296
Yxy32.06550.46710.3391
Hunter Lab56.626440.118720.4467
CIE-Lab63.397045.040626.4595

#ed766d color RGB value is (237,118,109).

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

The process color (four color CMYK) of #ed766d color hex is 0.00, 0.50, 0.54, 0.07. Web safe color of #ed766d is #ff6666. Color #ed766d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110110 01101101
Octal 355 166 155
Decimal 237 118 109
Hex ED 76 6D

RGB Percentages of Color #ed766d

%51.08
%25.43
%23.49

CMYK Percentages of Color #ed766d

%0
%50
%54
%7

Triadic Colors of #ed766d

#ed766d #6ded76 #766ded

Analogous Colors of #ed766d

#ed766d #edb66d #ed6da4

Monochromatic Colors of #ed766d

#ed766d

Complementary Color

#ed766d #6de4ed

#ed766d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed766d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed766d Color CSS Codes

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

#ed766d Text Font Color

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

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


#ed766d Background Color

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

This div background color is #ed766d


#ed766d Border Color

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

This div border color is #ed766d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed766d


Comments

No comments written yet.

Please login to write comment.