Color Hex Logo

#efa292 Color Hex

#EFA292
(239,162,146)
0 Favorites   0 Comments

Color spaces of #efa292

RGB 239162146
HSL0.030.740.75
HSV10°39°94°
CMYK 0.000.320.39   0.06
XYZ53.705246.266733.2939
Yxy46.26670.40300.3472
Hunter Lab68.019621.901118.5928
CIE-Lab73.718326.644219.9461

#efa292 color RGB value is (239,162,146).

#efa292 hex color red value is 239, green value is 162 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #efa292 hue: 0.03 , saturation: 0.74 and the lightness value of efa292 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 10010010
Octal 357 242 222
Decimal 239 162 146
Hex EF A2 92

RGB Percentages of Color #efa292

%43.69
%29.62
%26.69

CMYK Percentages of Color #efa292

%0
%32
%39
%6

Triadic Colors of #efa292

#efa292 #92efa2 #a292ef

Analogous Colors of #efa292

#efa292 #efd192 #ef92b1

Monochromatic Colors of #efa292

#efa292

Complementary Color

#efa292 #92dfef

#efa292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa292 Color CSS Codes

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

#efa292 Text Font Color

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

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


#efa292 Background Color

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

This div background color is #efa292


#efa292 Border Color

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

This div border color is #efa292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa292


Comments

No comments written yet.

Please login to write comment.