color codes Logo

#ed976f color codes

#ED976F
(237,151,111)
0 Favorites   0 Comments

Color spaces of #ed976f

RGB 237151111
HSL0.050.780.68
HSV19°53°93°
CMYK 0.000.360.53   0.07
XYZ48.860941.285420.4326
Yxy41.28540.44190.3734
Hunter Lab64.253723.294026.1235
CIE-Lab70.375428.230834.4199

#ed976f color RGB value is (237,151,111).

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

The process color (four color CMYK) of #ed976f color code is 0.00, 0.36, 0.53, 0.07. Web safe color of #ed976f is #ff9966. Color #ed976f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010111 01101111
Octal 355 227 157
Decimal 237 151 111
Hex ED 97 6F

RGB Percentages of Color #ed976f

%47.49
%30.26
%22.24

CMYK Percentages of Color #ed976f

%0
%36
%53
%7

Triadic Colors of #ed976f

#ed976f #6fed97 #976fed

Analogous Colors of #ed976f

#ed976f #edd66f #ed6f86

Monochromatic Colors of #ed976f

#ed976f

Complementary Color

#ed976f #6fc5ed

#ed976f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed976f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed976f Color CSS Codes

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

#ed976f Text Font Color

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

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


#ed976f Background Color

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

This div background color is #ed976f


#ed976f Border Color

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

This div border color is #ed976f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed976f


Comments

No comments written yet.

Please login to write comment.