Color Hex Logo

#efa493 Color Hex

#EFA493
(239,164,147)
0 Favorites   0 Comments

Color spaces of #efa493

RGB 239164147
HSL0.030.740.76
HSV11°38°94°
CMYK 0.000.310.38   0.06
XYZ54.138547.008233.8238
Yxy47.00820.40110.3483
Hunter Lab68.562520.963218.7444
CIE-Lab74.195025.697920.0571

#efa493 color RGB value is (239,164,147).

#efa493 hex color red value is 239, green value is 164 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #efa493 hue: 0.03 , saturation: 0.74 and the lightness value of efa493 is 0.76.

The process color (four color CMYK) of #efa493 color hex is 0.00, 0.31, 0.38, 0.06. Web safe color of #efa493 is #ff9999. Color #efa493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 10010011
Octal 357 244 223
Decimal 239 164 147
Hex EF A4 93

RGB Percentages of Color #efa493

%43.45
%29.82
%26.73

CMYK Percentages of Color #efa493

%0
%31
%38
%6

Triadic Colors of #efa493

#efa493 #93efa4 #a493ef

Analogous Colors of #efa493

#efa493 #efd293 #ef93b0

Monochromatic Colors of #efa493

#efa493

Complementary Color

#efa493 #93deef

#efa493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa493 Color CSS Codes

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

#efa493 Text Font Color

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

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


#efa493 Background Color

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

This div background color is #efa493


#efa493 Border Color

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

This div border color is #efa493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa493


Comments

No comments written yet.

Please login to write comment.