Color Hex Logo

#efa794 Color Hex

#EFA794
(239,167,148)
0 Favorites   0 Comments

Color spaces of #efa794

RGB 239167148
HSL0.030.740.76
HSV13°38°94°
CMYK 0.000.300.38   0.06
XYZ54.760648.126334.4201
Yxy48.12630.39880.3505
Hunter Lab69.373119.498419.1439
CIE-Lab74.904524.221220.4890

#efa794 color RGB value is (239,167,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100111 10010100
Octal 357 247 224
Decimal 239 167 148
Hex EF A7 94

RGB Percentages of Color #efa794

%43.14
%30.14
%26.71

CMYK Percentages of Color #efa794

%0
%30
%38
%6

Triadic Colors of #efa794

#efa794 #94efa7 #a794ef

Analogous Colors of #efa794

#efa794 #efd594 #ef94af

Monochromatic Colors of #efa794

#efa794

Complementary Color

#efa794 #94dcef

#efa794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa794 Color CSS Codes

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

#efa794 Text Font Color

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

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


#efa794 Background Color

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

This div background color is #efa794


#efa794 Border Color

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

This div border color is #efa794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa794


Comments

No comments written yet.

Please login to write comment.