Color Hex Logo

#ed975f Color Hex

#ED975F
(237,151,95)
0 Favorites   0 Comments

Color spaces of #ed975f

RGB 23715195
HSL0.070.800.65
HSV24°60°93°
CMYK 0.000.360.60   0.07
XYZ48.057240.964016.2004
Yxy40.96400.45670.3893
Hunter Lab64.003122.022529.7948
CIE-Lab70.150726.991142.5570

#ed975f color RGB value is (237,151,95).

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

The process color (four color CMYK) of #ed975f color hex is 0.00, 0.36, 0.60, 0.07. Web safe color of #ed975f is #ff9966. Color #ed975f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 01011111
Octal 355 227 137
Decimal 237 151 95
Hex ED 97 5F

RGB Percentages of Color #ed975f

%49.07
%31.26
%19.67

CMYK Percentages of Color #ed975f

%0
%36
%60
%7

Triadic Colors of #ed975f

#ed975f #5fed97 #975fed

Analogous Colors of #ed975f

#ed975f #edde5f #ed5f6e

Monochromatic Colors of #ed975f

#ed975f

Complementary Color

#ed975f #5fb5ed

#ed975f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed975f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed975f Color CSS Codes

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

#ed975f Text Font Color

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

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


#ed975f Background Color

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

This div background color is #ed975f


#ed975f Border Color

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

This div border color is #ed975f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed975f


Comments

No comments written yet.

Please login to write comment.