Color Hex Logo

#efa39b Color Hex

#EFA39B
(239,163,155)
0 Favorites   0 Comments

Color spaces of #efa39b

RGB 239163155
HSL0.020.720.77
HSV35°94°
CMYK 0.000.320.35   0.06
XYZ54.610246.911737.1869
Yxy46.91170.39370.3382
Hunter Lab68.492122.460615.7538
CIE-Lab74.133327.164415.6023

#efa39b color RGB value is (239,163,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 10011011
Octal 357 243 233
Decimal 239 163 155
Hex EF A3 9B

RGB Percentages of Color #efa39b

%42.91
%29.26
%27.83

CMYK Percentages of Color #efa39b

%0
%32
%35
%6

Triadic Colors of #efa39b

#efa39b #9befa3 #a39bef

Analogous Colors of #efa39b

#efa39b #efcd9b #ef9bbd

Monochromatic Colors of #efa39b

#efa39b

Complementary Color

#efa39b #9be7ef

#efa39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa39b Color CSS Codes

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

#efa39b Text Font Color

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

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


#efa39b Background Color

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

This div background color is #efa39b


#efa39b Border Color

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

This div border color is #efa39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa39b


Comments

No comments written yet.

Please login to write comment.