Color Hex Logo

#efa186 Color Hex

#EFA186
(239,161,134)
0 Favorites   0 Comments

Color spaces of #efa186

RGB 239161134
HSL0.040.770.73
HSV15°44°94°
CMYK 0.000.330.44   0.06
XYZ52.644545.561728.5739
Yxy45.56170.41520.3594
Hunter Lab67.499421.092722.1509
CIE-Lab73.260225.879025.8508

#efa186 color RGB value is (239,161,134).

#efa186 hex color red value is 239, green value is 161 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #efa186 hue: 0.04 , saturation: 0.77 and the lightness value of efa186 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 10000110
Octal 357 241 206
Decimal 239 161 134
Hex EF A1 86

RGB Percentages of Color #efa186

%44.76
%30.15
%25.09

CMYK Percentages of Color #efa186

%0
%33
%44
%6

Triadic Colors of #efa186

#efa186 #86efa1 #a186ef

Analogous Colors of #efa186

#efa186 #efd686 #ef86a0

Monochromatic Colors of #efa186

#efa186

Complementary Color

#efa186 #86d4ef

#efa186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa186 Color CSS Codes

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

#efa186 Text Font Color

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

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


#efa186 Background Color

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

This div background color is #efa186


#efa186 Border Color

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

This div border color is #efa186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa186


Comments

No comments written yet.

Please login to write comment.