Color Hex Logo

#ef694a Color Hex

#EF694A
(239,105,74)
0 Favorites   0 Comments

Color spaces of #ef694a

RGB 23910574
HSL0.030.840.61
HSV11°69°94°
CMYK 0.000.560.69   0.06
XYZ41.884228.94839.8586
Yxy28.94830.51910.3588
Hunter Lab53.803644.799526.7987
CIE-Lab60.736049.729242.4954

#ef694a color RGB value is (239,105,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 01001010
Octal 357 151 112
Decimal 239 105 74
Hex EF 69 4A

RGB Percentages of Color #ef694a

%57.18
%25.12
%17.70

CMYK Percentages of Color #ef694a

%0
%56
%69
%6

Triadic Colors of #ef694a

#ef694a #4aef69 #694aef

Analogous Colors of #ef694a

#ef694a #efbc4a #ef4a7e

Monochromatic Colors of #ef694a

#ef694a

Complementary Color

#ef694a #4ad0ef

#ef694a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef694a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef694a Color CSS Codes

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

#ef694a Text Font Color

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

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


#ef694a Background Color

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

This div background color is #ef694a


#ef694a Border Color

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

This div border color is #ef694a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef694a


Comments

No comments written yet.

Please login to write comment.