Color Hex Logo

#ef694c Color Hex

#EF694C
(239,105,76)
0 Favorites   0 Comments

Color spaces of #ef694c

RGB 23910576
HSL0.030.840.62
HSV11°68°94°
CMYK 0.000.560.68   0.06
XYZ41.952728.975710.2192
Yxy28.97570.51700.3571
Hunter Lab53.829144.916426.4244
CIE-Lab60.760249.832241.4552

#ef694c color RGB value is (239,105,76).

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

The process color (four color CMYK) of #ef694c color hex is 0.00, 0.56, 0.68, 0.06. Web safe color of #ef694c is #ff6633. Color #ef694c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 01001100
Octal 357 151 114
Decimal 239 105 76
Hex EF 69 4C

RGB Percentages of Color #ef694c

%56.90
%25.00
%18.10

CMYK Percentages of Color #ef694c

%0
%56
%68
%6

Triadic Colors of #ef694c

#ef694c #4cef69 #694cef

Analogous Colors of #ef694c

#ef694c #efbb4c #ef4c81

Monochromatic Colors of #ef694c

#ef694c

Complementary Color

#ef694c #4cd2ef

#ef694c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef694c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef694c Color CSS Codes

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

#ef694c Text Font Color

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

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


#ef694c Background Color

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

This div background color is #ef694c


#ef694c Border Color

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

This div border color is #ef694c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef694c


Comments

No comments written yet.

Please login to write comment.