Color Hex Logo

#efa07b Color Hex

#EFA07B
(239,160,123)
0 Favorites   0 Comments

Color spaces of #efa07b

RGB 239160123
HSL0.050.780.71
HSV19°49°94°
CMYK 0.000.330.49   0.06
XYZ51.742644.922424.6827
Yxy44.92240.42640.3702
Hunter Lab67.024220.509525.0825
CIE-Lab72.840825.328631.2259

#efa07b color RGB value is (239,160,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 01111011
Octal 357 240 173
Decimal 239 160 123
Hex EF A0 7B

RGB Percentages of Color #efa07b

%45.79
%30.65
%23.56

CMYK Percentages of Color #efa07b

%0
%33
%49
%6

Triadic Colors of #efa07b

#efa07b #7befa0 #a07bef

Analogous Colors of #efa07b

#efa07b #efda7b #ef7b90

Monochromatic Colors of #efa07b

#efa07b

Complementary Color

#efa07b #7bcaef

#efa07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa07b Color CSS Codes

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

#efa07b Text Font Color

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

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


#efa07b Background Color

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

This div background color is #efa07b


#efa07b Border Color

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

This div border color is #efa07b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,160,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 #efa07b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa07b


Comments

No comments written yet.

Please login to write comment.