Color Hex Logo

#efa094 Color Hex

#EFA094
(239,160,148)
0 Favorites   0 Comments

Color spaces of #efa094

RGB 239160148
HSL0.020.740.76
HSV38°94°
CMYK 0.000.330.38   0.06
XYZ53.512745.630534.0041
Yxy45.63050.40190.3427
Hunter Lab67.550423.192817.4393
CIE-Lab73.305127.930518.2825

#efa094 color RGB value is (239,160,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 10010100
Octal 357 240 224
Decimal 239 160 148
Hex EF A0 94

RGB Percentages of Color #efa094

%43.69
%29.25
%27.06

CMYK Percentages of Color #efa094

%0
%33
%38
%6

Triadic Colors of #efa094

#efa094 #94efa0 #a094ef

Analogous Colors of #efa094

#efa094 #efce94 #ef94b6

Monochromatic Colors of #efa094

#efa094

Complementary Color

#efa094 #94e3ef

#efa094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa094 Color CSS Codes

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

#efa094 Text Font Color

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

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


#efa094 Background Color

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

This div background color is #efa094


#efa094 Border Color

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

This div border color is #efa094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa094

#efa094 Color Palettes


Comments

No comments written yet.

Please login to write comment.