Color Hex Logo

#ef835e Color Hex

#EF835E
(239,131,94)
0 Favorites   0 Comments

Color spaces of #ef835e

RGB 23913194
HSL0.040.820.65
HSV15°61°94°
CMYK 0.000.450.61   0.06
XYZ45.733335.391515.0105
Yxy35.39150.47570.3681
Hunter Lab59.490833.112426.6837
CIE-Lab66.052338.129438.1518

#ef835e color RGB value is (239,131,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000011 01011110
Octal 357 203 136
Decimal 239 131 94
Hex EF 83 5E

RGB Percentages of Color #ef835e

%51.51
%28.23
%20.26

CMYK Percentages of Color #ef835e

%0
%45
%61
%6

Triadic Colors of #ef835e

#ef835e #5eef83 #835eef

Analogous Colors of #ef835e

#ef835e #efcc5e #ef5e82

Monochromatic Colors of #ef835e

#ef835e

Complementary Color

#ef835e #5ecaef

#ef835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef835e Color CSS Codes

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

#ef835e Text Font Color

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

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


#ef835e Background Color

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

This div background color is #ef835e


#ef835e Border Color

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

This div border color is #ef835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef835e


Comments

No comments written yet.

Please login to write comment.