Color Hex Logo

#efa990 Color Hex

#EFA990
(239,169,144)
0 Favorites   0 Comments

Color spaces of #efa990

RGB 239169144
HSL0.040.750.75
HSV16°40°94°
CMYK 0.000.290.40   0.06
XYZ54.818648.740332.9041
Yxy48.74030.40170.3572
Hunter Lab69.814317.984420.9261
CIE-Lab75.289522.708723.1830

#efa990 color RGB value is (239,169,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 10010000
Octal 357 251 220
Decimal 239 169 144
Hex EF A9 90

RGB Percentages of Color #efa990

%43.30
%30.62
%26.09

CMYK Percentages of Color #efa990

%0
%29
%40
%6

Triadic Colors of #efa990

#efa990 #90efa9 #a990ef

Analogous Colors of #efa990

#efa990 #efd990 #ef90a7

Monochromatic Colors of #efa990

#efa990

Complementary Color

#efa990 #90d6ef

#efa990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa990 Color CSS Codes

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

#efa990 Text Font Color

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

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


#efa990 Background Color

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

This div background color is #efa990


#efa990 Border Color

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

This div border color is #efa990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,169,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 #efa990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa990


Comments

No comments written yet.

Please login to write comment.