Color Hex Logo

#efa68c Color Hex

#EFA68C
(239,166,140)
0 Favorites   0 Comments

Color spaces of #efa68c

RGB 239166140
HSL0.040.760.74
HSV16°41°94°
CMYK 0.000.310.41   0.06
XYZ53.966447.516631.1382
Yxy47.51660.40690.3583
Hunter Lab68.932319.114421.4700
CIE-Lab74.519023.861724.2999

#efa68c color RGB value is (239,166,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 10001100
Octal 357 246 214
Decimal 239 166 140
Hex EF A6 8C

RGB Percentages of Color #efa68c

%43.85
%30.46
%25.69

CMYK Percentages of Color #efa68c

%0
%31
%41
%6

Triadic Colors of #efa68c

#efa68c #8cefa6 #a68cef

Analogous Colors of #efa68c

#efa68c #efd88c #ef8ca4

Monochromatic Colors of #efa68c

#efa68c

Complementary Color

#efa68c #8cd5ef

#efa68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa68c Color CSS Codes

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

#efa68c Text Font Color

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

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


#efa68c Background Color

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

This div background color is #efa68c


#efa68c Border Color

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

This div border color is #efa68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa68c


Comments

No comments written yet.

Please login to write comment.