Color Hex Logo

#efad90 Color Hex

#EFAD90
(239,173,144)
0 Favorites   0 Comments

Color spaces of #efad90

RGB 239173144
HSL0.050.750.75
HSV18°40°94°
CMYK 0.000.280.40   0.06
XYZ55.574250.251533.1560
Yxy50.25150.39990.3616
Hunter Lab70.888315.883921.8906
CIE-Lab76.223420.586824.4516

#efad90 color RGB value is (239,173,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 10010000
Octal 357 255 220
Decimal 239 173 144
Hex EF AD 90

RGB Percentages of Color #efad90

%42.99
%31.12
%25.90

CMYK Percentages of Color #efad90

%0
%28
%40
%6

Triadic Colors of #efad90

#efad90 #90efad #ad90ef

Analogous Colors of #efad90

#efad90 #efdd90 #ef90a3

Monochromatic Colors of #efad90

#efad90

Complementary Color

#efad90 #90d2ef

#efad90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad90 Color CSS Codes

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

#efad90 Text Font Color

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

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


#efad90 Background Color

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

This div background color is #efad90


#efad90 Border Color

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

This div border color is #efad90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad90


Comments

No comments written yet.

Please login to write comment.