Color Hex Logo

#efa288 Color Hex

#EFA288
(239,162,136)
0 Favorites   0 Comments

Color spaces of #efa288

RGB 239162136
HSL0.040.760.74
HSV15°43°94°
CMYK 0.000.320.43   0.06
XYZ52.960945.969029.3741
Yxy45.96900.41280.3583
Hunter Lab67.800420.780821.7733
CIE-Lab73.525425.556925.1237

#efa288 color RGB value is (239,162,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 10001000
Octal 357 242 210
Decimal 239 162 136
Hex EF A2 88

RGB Percentages of Color #efa288

%44.51
%30.17
%25.33

CMYK Percentages of Color #efa288

%0
%32
%43
%6

Triadic Colors of #efa288

#efa288 #88efa2 #a288ef

Analogous Colors of #efa288

#efa288 #efd688 #ef88a2

Monochromatic Colors of #efa288

#efa288

Complementary Color

#efa288 #88d5ef

#efa288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa288 Color CSS Codes

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

#efa288 Text Font Color

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

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


#efa288 Background Color

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

This div background color is #efa288


#efa288 Border Color

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

This div border color is #efa288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa288


Comments

No comments written yet.

Please login to write comment.