Color Hex Logo

#ef875e Color Hex

#EF875E
(239,135,94)
0 Favorites   0 Comments

Color spaces of #ef875e

RGB 23913594
HSL0.050.820.65
HSV17°61°94°
CMYK 0.000.440.61   0.06
XYZ46.281036.486815.1931
Yxy36.48680.47240.3725
Hunter Lab60.404331.056927.3702
CIE-Lab66.890236.075739.1791

#ef875e color RGB value is (239,135,94).

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

The process color (four color CMYK) of #ef875e color hex is 0.00, 0.44, 0.61, 0.06. Web safe color of #ef875e is #ff9966. Color #ef875e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000111 01011110
Octal 357 207 136
Decimal 239 135 94
Hex EF 87 5E

RGB Percentages of Color #ef875e

%51.07
%28.85
%20.09

CMYK Percentages of Color #ef875e

%0
%44
%61
%6

Triadic Colors of #ef875e

#ef875e #5eef87 #875eef

Analogous Colors of #ef875e

#ef875e #efd05e #ef5e7e

Monochromatic Colors of #ef875e

#ef875e

Complementary Color

#ef875e #5ec6ef

#ef875e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef875e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef875e Color CSS Codes

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

#ef875e Text Font Color

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

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


#ef875e Background Color

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

This div background color is #ef875e


#ef875e Border Color

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

This div border color is #ef875e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef875e


Comments

No comments written yet.

Please login to write comment.