Color Hex Logo

#ef855f Color Hex

#EF855F
(239,133,95)
0 Favorites   0 Comments

Color spaces of #ef855f

RGB 23913395
HSL0.040.820.65
HSV16°60°94°
CMYK 0.000.440.60   0.06
XYZ46.049735.952015.3388
Yxy35.95200.47310.3693
Hunter Lab59.960032.159326.8046
CIE-Lab66.483237.173638.1469

#ef855f color RGB value is (239,133,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000101 01011111
Octal 357 205 137
Decimal 239 133 95
Hex EF 85 5F

RGB Percentages of Color #ef855f

%51.18
%28.48
%20.34

CMYK Percentages of Color #ef855f

%0
%44
%60
%6

Triadic Colors of #ef855f

#ef855f #5fef85 #855fef

Analogous Colors of #ef855f

#ef855f #efcd5f #ef5f81

Monochromatic Colors of #ef855f

#ef855f

Complementary Color

#ef855f #5fc9ef

#ef855f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef855f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef855f Color CSS Codes

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

#ef855f Text Font Color

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

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


#ef855f Background Color

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

This div background color is #ef855f


#ef855f Border Color

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

This div border color is #ef855f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef855f


Comments

No comments written yet.

Please login to write comment.