Color Hex Logo

#ed865d Color Hex

#ED865D
(237,134,93)
0 Favorites   0 Comments

Color spaces of #ed865d

RGB 23713493
HSL0.050.800.65
HSV17°61°93°
CMYK 0.000.430.61   0.07
XYZ45.425935.845014.8805
Yxy35.84500.47240.3728
Hunter Lab59.870730.660227.1733
CIE-Lab66.401335.745339.0526

#ed865d color RGB value is (237,134,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000110 01011101
Octal 355 206 135
Decimal 237 134 93
Hex ED 86 5D

RGB Percentages of Color #ed865d

%51.08
%28.88
%20.04

CMYK Percentages of Color #ed865d

%0
%43
%61
%7

Triadic Colors of #ed865d

#ed865d #5ded86 #865ded

Analogous Colors of #ed865d

#ed865d #edce5d #ed5d7c

Monochromatic Colors of #ed865d

#ed865d

Complementary Color

#ed865d #5dc4ed

#ed865d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed865d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed865d Color CSS Codes

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

#ed865d Text Font Color

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

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


#ed865d Background Color

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

This div background color is #ed865d


#ed865d Border Color

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

This div border color is #ed865d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed865d


Comments

No comments written yet.

Please login to write comment.