Color Hex Logo

#efa194 Color Hex

#EFA194
(239,161,148)
0 Favorites   0 Comments

Color spaces of #efa194

RGB 239161148
HSL0.020.740.76
HSV38°94°
CMYK 0.000.330.38   0.06
XYZ53.686845.978634.0621
Yxy45.97860.40150.3438
Hunter Lab67.807522.664717.6818
CIE-Lab73.531627.401318.5960

#efa194 color RGB value is (239,161,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 10010100
Octal 357 241 224
Decimal 239 161 148
Hex EF A1 94

RGB Percentages of Color #efa194

%43.61
%29.38
%27.01

CMYK Percentages of Color #efa194

%0
%33
%38
%6

Triadic Colors of #efa194

#efa194 #94efa1 #a194ef

Analogous Colors of #efa194

#efa194 #efcf94 #ef94b5

Monochromatic Colors of #efa194

#efa194

Complementary Color

#efa194 #94e2ef

#efa194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa194 Color CSS Codes

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

#efa194 Text Font Color

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

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


#efa194 Background Color

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

This div background color is #efa194


#efa194 Border Color

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

This div border color is #efa194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa194


Comments

No comments written yet.

Please login to write comment.