Color Hex Logo

#ef895d Color Hex

#EF895D
(239,137,93)
0 Favorites   0 Comments

Color spaces of #ef895d

RGB 23913793
HSL0.050.820.65
HSV18°61°94°
CMYK 0.000.430.61   0.06
XYZ46.518037.032415.0521
Yxy37.03240.47180.3756
Hunter Lab60.854329.953427.9328
CIE-Lab67.301334.974040.2099

#ef895d color RGB value is (239,137,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001001 01011101
Octal 357 211 135
Decimal 239 137 93
Hex EF 89 5D

RGB Percentages of Color #ef895d

%50.96
%29.21
%19.83

CMYK Percentages of Color #ef895d

%0
%43
%61
%6

Triadic Colors of #ef895d

#ef895d #5def89 #895def

Analogous Colors of #ef895d

#ef895d #efd25d #ef5d7a

Monochromatic Colors of #ef895d

#ef895d

Complementary Color

#ef895d #5dc3ef

#ef895d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef895d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef895d Color CSS Codes

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

#ef895d Text Font Color

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

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


#ef895d Background Color

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

This div background color is #ef895d


#ef895d Border Color

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

This div border color is #ef895d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef895d


Comments

No comments written yet.

Please login to write comment.