Color Hex Logo

#ef9170 Color Hex

#EF9170
(239,145,112)
0 Favorites   0 Comments

Color spaces of #ef9170

RGB 239145112
HSL0.040.800.69
HSV16°53°94°
CMYK 0.000.390.53   0.06
XYZ48.646639.771420.4419
Yxy39.77140.44690.3653
Hunter Lab63.064627.327924.9268
CIE-Lab69.306432.252132.5594

#ef9170 color RGB value is (239,145,112).

#ef9170 hex color red value is 239, green value is 145 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ef9170 hue: 0.04 , saturation: 0.80 and the lightness value of ef9170 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010001 01110000
Octal 357 221 160
Decimal 239 145 112
Hex EF 91 70

RGB Percentages of Color #ef9170

%48.19
%29.23
%22.58

CMYK Percentages of Color #ef9170

%0
%39
%53
%6

Triadic Colors of #ef9170

#ef9170 #70ef91 #9170ef

Analogous Colors of #ef9170

#ef9170 #efd170 #ef708f

Monochromatic Colors of #ef9170

#ef9170

Complementary Color

#ef9170 #70ceef

#ef9170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9170 Color CSS Codes

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

#ef9170 Text Font Color

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

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


#ef9170 Background Color

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

This div background color is #ef9170


#ef9170 Border Color

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

This div border color is #ef9170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9170


Comments

No comments written yet.

Please login to write comment.