Color Hex Logo

#efb679 Color Hex

#EFB679
(239,182,121)
0 Favorites   0 Comments

Color spaces of #efb679

RGB 239182121
HSL0.090.790.71
HSV31°49°94°
CMYK 0.000.240.49   0.06
XYZ55.775753.187125.4156
Yxy53.18710.41510.3958
Hunter Lab72.92958.888330.3883
CIE-Lab77.985313.496938.9006

#efb679 color RGB value is (239,182,121).

#efb679 hex color red value is 239, green value is 182 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #efb679 hue: 0.09 , saturation: 0.79 and the lightness value of efb679 is 0.71.

The process color (four color CMYK) of #efb679 color hex is 0.00, 0.24, 0.49, 0.06. Web safe color of #efb679 is #ffcc66. Color #efb679 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110110 01111001
Octal 357 266 171
Decimal 239 182 121
Hex EF B6 79

RGB Percentages of Color #efb679

%44.10
%33.58
%22.32

CMYK Percentages of Color #efb679

%0
%24
%49
%6

Triadic Colors of #efb679

#efb679 #79efb6 #b679ef

Analogous Colors of #efb679

#efb679 #edef79 #ef7b79

Monochromatic Colors of #efb679

#efb679

Complementary Color

#efb679 #79b2ef

#efb679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb679 Color CSS Codes

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

#efb679 Text Font Color

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

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


#efb679 Background Color

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

This div background color is #efb679


#efb679 Border Color

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

This div border color is #efb679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb679


Comments

No comments written yet.

Please login to write comment.