Color Hex Logo

#efb07b Color Hex

#EFB07B
(239,176,123)
0 Favorites   0 Comments

Color spaces of #efb07b

RGB 239176123
HSL0.080.780.71
HSV27°49°94°
CMYK 0.000.260.49   0.06
XYZ54.697150.831525.6675
Yxy50.83150.41690.3874
Hunter Lab71.296212.173428.5622
CIE-Lab76.576816.852136.0666

#efb07b color RGB value is (239,176,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 01111011
Octal 357 260 173
Decimal 239 176 123
Hex EF B0 7B

RGB Percentages of Color #efb07b

%44.42
%32.71
%22.86

CMYK Percentages of Color #efb07b

%0
%26
%49
%6

Triadic Colors of #efb07b

#efb07b #7befb0 #b07bef

Analogous Colors of #efb07b

#efb07b #efea7b #ef7b80

Monochromatic Colors of #efb07b

#efb07b

Complementary Color

#efb07b #7bbaef

#efb07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb07b Color CSS Codes

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

#efb07b Text Font Color

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

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


#efb07b Background Color

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

This div background color is #efb07b


#efb07b Border Color

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

This div border color is #efb07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb07b


Comments

No comments written yet.

Please login to write comment.