Color Hex Logo

#ef674d Color Hex

#EF674D
(239,103,77)
0 Favorites   0 Comments

Color spaces of #ef674d

RGB 23910377
HSL0.030.840.62
HSV10°68°94°
CMYK 0.000.570.68   0.06
XYZ41.786428.587010.3366
Yxy28.58700.51770.3542
Hunter Lab53.466845.937825.9644
CIE-Lab60.415450.814640.5141

#ef674d color RGB value is (239,103,77).

#ef674d hex color red value is 239, green value is 103 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ef674d hue: 0.03 , saturation: 0.84 and the lightness value of ef674d is 0.62.

The process color (four color CMYK) of #ef674d color hex is 0.00, 0.57, 0.68, 0.06. Web safe color of #ef674d is #ff6666. Color #ef674d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100111 01001101
Octal 357 147 115
Decimal 239 103 77
Hex EF 67 4D

RGB Percentages of Color #ef674d

%57.04
%24.58
%18.38

CMYK Percentages of Color #ef674d

%0
%57
%68
%6

Triadic Colors of #ef674d

#ef674d #4def67 #674def

Analogous Colors of #ef674d

#ef674d #efb84d #ef4d84

Monochromatic Colors of #ef674d

#ef674d

Complementary Color

#ef674d #4dd5ef

#ef674d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef674d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef674d Color CSS Codes

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

#ef674d Text Font Color

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

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


#ef674d Background Color

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

This div background color is #ef674d


#ef674d Border Color

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

This div border color is #ef674d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef674d


Comments

No comments written yet.

Please login to write comment.