Color Hex Logo

#efaf90 Color Hex

#EFAF90
(239,175,144)
0 Favorites   0 Comments

Color spaces of #efaf90

RGB 239175144
HSL0.050.750.75
HSV20°40°94°
CMYK 0.000.270.40   0.06
XYZ55.960651.024333.2848
Yxy51.02430.39900.3638
Hunter Lab71.431314.835422.3746
CIE-Lab76.693719.526225.0885

#efaf90 color RGB value is (239,175,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10010000
Octal 357 257 220
Decimal 239 175 144
Hex EF AF 90

RGB Percentages of Color #efaf90

%42.83
%31.36
%25.81

CMYK Percentages of Color #efaf90

%0
%27
%40
%6

Triadic Colors of #efaf90

#efaf90 #90efaf #af90ef

Analogous Colors of #efaf90

#efaf90 #efdf90 #ef90a1

Monochromatic Colors of #efaf90

#efaf90

Complementary Color

#efaf90 #90d0ef

#efaf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf90 Color CSS Codes

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

#efaf90 Text Font Color

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

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


#efaf90 Background Color

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

This div background color is #efaf90


#efaf90 Border Color

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

This div border color is #efaf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf90


Comments

No comments written yet.

Please login to write comment.