Color Hex Logo

#efab94 Color Hex

#EFAB94
(239,171,148)
0 Favorites   0 Comments

Color spaces of #efab94

RGB 239171148
HSL0.040.740.76
HSV15°38°94°
CMYK 0.000.280.38   0.06
XYZ55.504849.614734.6681
Yxy49.61470.39710.3549
Hunter Lab70.437717.391720.1250
CIE-Lab75.832222.099021.7619

#efab94 color RGB value is (239,171,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 10010100
Octal 357 253 224
Decimal 239 171 148
Hex EF AB 94

RGB Percentages of Color #efab94

%42.83
%30.65
%26.52

CMYK Percentages of Color #efab94

%0
%28
%38
%6

Triadic Colors of #efab94

#efab94 #94efab #ab94ef

Analogous Colors of #efab94

#efab94 #efd994 #ef94ab

Monochromatic Colors of #efab94

#efab94

Complementary Color

#efab94 #94d8ef

#efab94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efab94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efab94 Color CSS Codes

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

#efab94 Text Font Color

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

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


#efab94 Background Color

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

This div background color is #efab94


#efab94 Border Color

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

This div border color is #efab94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efab94


Comments

No comments written yet.

Please login to write comment.