Color Hex Logo

#efa382 Color Hex

#EFA382
(239,163,130)
0 Favorites   0 Comments

Color spaces of #efa382

RGB 239163130
HSL0.050.770.72
HSV18°46°94°
CMYK 0.000.320.46   0.06
XYZ52.723146.156827.2494
Yxy46.15680.41800.3659
Hunter Lab67.938819.629923.7767
CIE-Lab73.647224.415428.5278

#efa382 color RGB value is (239,163,130).

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

The process color (four color CMYK) of #efa382 color hex is 0.00, 0.32, 0.46, 0.06. Web safe color of #efa382 is #ff9999. Color #efa382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 10000010
Octal 357 243 202
Decimal 239 163 130
Hex EF A3 82

RGB Percentages of Color #efa382

%44.92
%30.64
%24.44

CMYK Percentages of Color #efa382

%0
%32
%46
%6

Triadic Colors of #efa382

#efa382 #82efa3 #a382ef

Analogous Colors of #efa382

#efa382 #efda82 #ef8298

Monochromatic Colors of #efa382

#efa382

Complementary Color

#efa382 #82ceef

#efa382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa382 Color CSS Codes

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

#efa382 Text Font Color

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

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


#efa382 Background Color

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

This div background color is #efa382


#efa382 Border Color

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

This div border color is #efa382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa382


Comments

No comments written yet.

Please login to write comment.