Color Hex Logo

#ef685a Color Hex

#EF685A
(239,104,90)
0 Favorites   0 Comments

Color spaces of #ef685a

RGB 23910490
HSL0.020.820.65
HSV62°94°
CMYK 0.000.560.62   0.06
XYZ42.392428.989513.0341
Yxy28.98950.50220.3434
Hunter Lab53.841946.318623.3363
CIE-Lab60.772451.105033.7979

#ef685a color RGB value is (239,104,90).

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

The process color (four color CMYK) of #ef685a color hex is 0.00, 0.56, 0.62, 0.06. Web safe color of #ef685a is #ff6666. Color #ef685a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101000 01011010
Octal 357 150 132
Decimal 239 104 90
Hex EF 68 5A

RGB Percentages of Color #ef685a

%55.20
%24.02
%20.79

CMYK Percentages of Color #ef685a

%0
%56
%62
%6

Triadic Colors of #ef685a

#ef685a #5aef68 #685aef

Analogous Colors of #ef685a

#ef685a #efb35a #ef5a97

Monochromatic Colors of #ef685a

#ef685a

Complementary Color

#ef685a #5ae1ef

#ef685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef685a Color CSS Codes

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

#ef685a Text Font Color

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

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


#ef685a Background Color

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

This div background color is #ef685a


#ef685a Border Color

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

This div border color is #ef685a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef685a


Comments

No comments written yet.

Please login to write comment.