Color Hex Logo

#efa590 Color Hex

#EFA590
(239,165,144)
0 Favorites   0 Comments

Color spaces of #efa590

RGB 239165144
HSL0.040.750.75
HSV13°40°94°
CMYK 0.000.310.40   0.06
XYZ54.085847.274632.6598
Yxy47.27460.40360.3527
Hunter Lab68.756520.089219.9664
CIE-Lab74.365124.830421.9222

#efa590 color RGB value is (239,165,144).

#efa590 hex color red value is 239, green value is 165 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #efa590 hue: 0.04 , saturation: 0.75 and the lightness value of efa590 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 10010000
Octal 357 245 220
Decimal 239 165 144
Hex EF A5 90

RGB Percentages of Color #efa590

%43.61
%30.11
%26.28

CMYK Percentages of Color #efa590

%0
%31
%40
%6

Triadic Colors of #efa590

#efa590 #90efa5 #a590ef

Analogous Colors of #efa590

#efa590 #efd590 #ef90ab

Monochromatic Colors of #efa590

#efa590

Complementary Color

#efa590 #90daef

#efa590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa590 Color CSS Codes

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

#efa590 Text Font Color

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

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


#efa590 Background Color

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

This div background color is #efa590


#efa590 Border Color

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

This div border color is #efa590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa590


Comments

No comments written yet.

Please login to write comment.