Color Hex Logo

#ef805c Color Hex

#EF805C
(239,128,92)
0 Favorites   0 Comments

Color spaces of #ef805c

RGB 23912892
HSL0.040.820.65
HSV15°62°94°
CMYK 0.000.460.62   0.06
XYZ45.247534.561814.4115
Yxy34.56180.48020.3668
Hunter Lab58.789334.502326.6183
CIE-Lab65.406139.522838.4305

#ef805c color RGB value is (239,128,92).

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

The process color (four color CMYK) of #ef805c color hex is 0.00, 0.46, 0.62, 0.06. Web safe color of #ef805c is #ff9966. Color #ef805c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000000 01011100
Octal 357 200 134
Decimal 239 128 92
Hex EF 80 5C

RGB Percentages of Color #ef805c

%52.07
%27.89
%20.04

CMYK Percentages of Color #ef805c

%0
%46
%62
%6

Triadic Colors of #ef805c

#ef805c #5cef80 #805cef

Analogous Colors of #ef805c

#ef805c #efca5c #ef5c82

Monochromatic Colors of #ef805c

#ef805c

Complementary Color

#ef805c #5ccbef

#ef805c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef805c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef805c Color CSS Codes

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

#ef805c Text Font Color

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

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


#ef805c Background Color

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

This div background color is #ef805c


#ef805c Border Color

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

This div border color is #ef805c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,128,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef805c


Comments

No comments written yet.

Please login to write comment.