Color Hex Logo

#efa69c Color Hex

#EFA69C
(239,166,156)
0 Favorites   0 Comments

Color spaces of #efa69c

RGB 239166156
HSL0.020.720.77
HSV35°94°
CMYK 0.000.310.35   0.06
XYZ55.233648.023537.8108
Yxy48.02350.39150.3404
Hunter Lab69.299020.997216.1596
CIE-Lab74.839725.694816.0429

#efa69c color RGB value is (239,166,156).

#efa69c hex color red value is 239, green value is 166 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #efa69c hue: 0.02 , saturation: 0.72 and the lightness value of efa69c is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 10011100
Octal 357 246 234
Decimal 239 166 156
Hex EF A6 9C

RGB Percentages of Color #efa69c

%42.60
%29.59
%27.81

CMYK Percentages of Color #efa69c

%0
%31
%35
%6

Triadic Colors of #efa69c

#efa69c #9cefa6 #a69cef

Analogous Colors of #efa69c

#efa69c #efd09c #ef9cbc

Monochromatic Colors of #efa69c

#efa69c

Complementary Color

#efa69c #9ce5ef

#efa69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa69c Color CSS Codes

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

#efa69c Text Font Color

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

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


#efa69c Background Color

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

This div background color is #efa69c


#efa69c Border Color

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

This div border color is #efa69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa69c


Comments

No comments written yet.

Please login to write comment.