Color Hex Logo

#ef916a Color Hex

#EF916A
(239,145,106)
0 Favorites   0 Comments

Color spaces of #ef916a

RGB 239145106
HSL0.050.810.68
HSV18°56°94°
CMYK 0.000.390.56   0.06
XYZ48.323539.642118.7404
Yxy39.64210.45290.3715
Hunter Lab62.962026.815826.4259
CIE-Lab69.213931.763635.6697

#ef916a color RGB value is (239,145,106).

#ef916a hex color red value is 239, green value is 145 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ef916a hue: 0.05 , saturation: 0.81 and the lightness value of ef916a is 0.68.

The process color (four color CMYK) of #ef916a color hex is 0.00, 0.39, 0.56, 0.06. Web safe color of #ef916a is #ff9966. Color #ef916a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010001 01101010
Octal 357 221 152
Decimal 239 145 106
Hex EF 91 6A

RGB Percentages of Color #ef916a

%48.78
%29.59
%21.63

CMYK Percentages of Color #ef916a

%0
%39
%56
%6

Triadic Colors of #ef916a

#ef916a #6aef91 #916aef

Analogous Colors of #ef916a

#ef916a #efd46a #ef6a86

Monochromatic Colors of #ef916a

#ef916a

Complementary Color

#ef916a #6ac8ef

#ef916a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef916a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef916a Color CSS Codes

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

#ef916a Text Font Color

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

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


#ef916a Background Color

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

This div background color is #ef916a


#ef916a Border Color

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

This div border color is #ef916a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef916a


Comments

No comments written yet.

Please login to write comment.