Color Hex Logo

#efa694 Color Hex

#EFA694
(239,166,148)
0 Favorites   0 Comments

Color spaces of #efa694

RGB 239166148
HSL0.030.740.76
HSV12°38°94°
CMYK 0.000.310.38   0.06
XYZ54.578147.761334.3592
Yxy47.76130.39930.3494
Hunter Lab69.109620.025618.8995
CIE-Lab74.674124.751620.1722

#efa694 color RGB value is (239,166,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 10010100
Octal 357 246 224
Decimal 239 166 148
Hex EF A6 94

RGB Percentages of Color #efa694

%43.22
%30.02
%26.76

CMYK Percentages of Color #efa694

%0
%31
%38
%6

Triadic Colors of #efa694

#efa694 #94efa6 #a694ef

Analogous Colors of #efa694

#efa694 #efd494 #ef94b0

Monochromatic Colors of #efa694

#efa694

Complementary Color

#efa694 #94ddef

#efa694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa694 Color CSS Codes

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

#efa694 Text Font Color

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

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


#efa694 Background Color

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

This div background color is #efa694


#efa694 Border Color

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

This div border color is #efa694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa694


Comments

No comments written yet.

Please login to write comment.