color codes Logo

#ef8d5f color codes

#EF8D5F
(239,141,95)
0 Favorites   0 Comments

Color spaces of #ef8d5f

RGB 23914195
HSL0.050.820.65
HSV19°60°94°
CMYK 0.000.410.60   0.06
XYZ47.187038.226715.7179
Yxy38.22670.46660.3780
Hunter Lab61.827728.032828.2067
CIE-Lab68.187433.034840.2347

#ef8d5f color RGB value is (239,141,95).

#ef8d5f hex color red value is 239, green value is 141 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ef8d5f hue: 0.05 , saturation: 0.82 and the lightness value of ef8d5f is 0.65.

The process color (four color CMYK) of #ef8d5f color code is 0.00, 0.41, 0.60, 0.06. Web safe color of #ef8d5f is #ff9966. Color #ef8d5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001101 01011111
Octal 357 215 137
Decimal 239 141 95
Hex EF 8D 5F

RGB Percentages of Color #ef8d5f

%50.32
%29.68
%20.00

CMYK Percentages of Color #ef8d5f

%0
%41
%60
%6

Triadic Colors of #ef8d5f

#ef8d5f #5fef8d #8d5fef

Analogous Colors of #ef8d5f

#ef8d5f #efd55f #ef5f79

Monochromatic Colors of #ef8d5f

#ef8d5f

Complementary Color

#ef8d5f #5fc1ef

#ef8d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8d5f Color CSS Codes

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

#ef8d5f Text Font Color

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

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


#ef8d5f Background Color

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

This div background color is #ef8d5f


#ef8d5f Border Color

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

This div border color is #ef8d5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8d5f


Comments

No comments written yet.

Please login to write comment.