Color Hex Logo

#efa185 Color Hex

#EFA185
(239,161,133)
0 Favorites   0 Comments

Color spaces of #efa185

RGB 239161133
HSL0.040.770.73
HSV16°44°94°
CMYK 0.000.330.44   0.06
XYZ52.575145.533928.2082
Yxy45.53390.41620.3605
Hunter Lab67.478820.987722.4501
CIE-Lab73.242125.776826.3681

#efa185 color RGB value is (239,161,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 10000101
Octal 357 241 205
Decimal 239 161 133
Hex EF A1 85

RGB Percentages of Color #efa185

%44.84
%30.21
%24.95

CMYK Percentages of Color #efa185

%0
%33
%44
%6

Triadic Colors of #efa185

#efa185 #85efa1 #a185ef

Analogous Colors of #efa185

#efa185 #efd685 #ef859e

Monochromatic Colors of #efa185

#efa185

Complementary Color

#efa185 #85d3ef

#efa185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa185 Color CSS Codes

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

#efa185 Text Font Color

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

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


#efa185 Background Color

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

This div background color is #efa185


#efa185 Border Color

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

This div border color is #efa185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa185


Comments

No comments written yet.

Please login to write comment.