Color Hex Logo

#efa47b Color Hex

#EFA47B
(239,164,123)
0 Favorites   0 Comments

Color spaces of #efa47b

RGB 239164123
HSL0.060.780.71
HSV21°49°94°
CMYK 0.000.310.49   0.06
XYZ52.447246.331724.9175
Yxy46.33170.42400.3746
Hunter Lab68.067418.419725.9428
CIE-Lab73.760323.210132.4257

#efa47b color RGB value is (239,164,123).

#efa47b hex color red value is 239, green value is 164 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #efa47b hue: 0.06 , saturation: 0.78 and the lightness value of efa47b is 0.71.

The process color (four color CMYK) of #efa47b color hex is 0.00, 0.31, 0.49, 0.06. Web safe color of #efa47b is #ff9966. Color #efa47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 01111011
Octal 357 244 173
Decimal 239 164 123
Hex EF A4 7B

RGB Percentages of Color #efa47b

%45.44
%31.18
%23.38

CMYK Percentages of Color #efa47b

%0
%31
%49
%6

Triadic Colors of #efa47b

#efa47b #7befa4 #a47bef

Analogous Colors of #efa47b

#efa47b #efde7b #ef7b8c

Monochromatic Colors of #efa47b

#efa47b

Complementary Color

#efa47b #7bc6ef

#efa47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa47b Color CSS Codes

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

#efa47b Text Font Color

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

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


#efa47b Background Color

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

This div background color is #efa47b


#efa47b Border Color

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

This div border color is #efa47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa47b

#efa47b Color Palettes


Comments

No comments written yet.

Please login to write comment.