Color Hex Logo

#ed905d Color Hex

#ED905D
(237,144,93)
0 Favorites   0 Comments

Color spaces of #ed905d

RGB 23714493
HSL0.060.800.65
HSV21°61°93°
CMYK 0.000.390.61   0.07
XYZ46.874138.741415.3632
Yxy38.74140.46420.3837
Hunter Lab62.242625.501528.9354
CIE-Lab68.563530.536441.6785

#ed905d color RGB value is (237,144,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 01011101
Octal 355 220 135
Decimal 237 144 93
Hex ED 90 5D

RGB Percentages of Color #ed905d

%50.00
%30.38
%19.62

CMYK Percentages of Color #ed905d

%0
%39
%61
%7

Triadic Colors of #ed905d

#ed905d #5ded90 #905ded

Analogous Colors of #ed905d

#ed905d #edd85d #ed5d72

Monochromatic Colors of #ed905d

#ed905d

Complementary Color

#ed905d #5dbaed

#ed905d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed905d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed905d Color CSS Codes

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

#ed905d Text Font Color

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

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


#ed905d Background Color

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

This div background color is #ed905d


#ed905d Border Color

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

This div border color is #ed905d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed905d


Comments

No comments written yet.

Please login to write comment.