Color Hex Logo

#efa679 Color Hex

#EFA679
(239,166,121)
0 Favorites   0 Comments

Color spaces of #efa679

RGB 239166121
HSL0.060.790.71
HSV23°49°94°
CMYK 0.000.310.49   0.06
XYZ52.684047.003624.3850
Yxy47.00360.42460.3788
Hunter Lab68.559217.189026.9033
CIE-Lab74.192121.965134.0480

#efa679 color RGB value is (239,166,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 01111001
Octal 357 246 171
Decimal 239 166 121
Hex EF A6 79

RGB Percentages of Color #efa679

%45.44
%31.56
%23.00

CMYK Percentages of Color #efa679

%0
%31
%49
%6

Triadic Colors of #efa679

#efa679 #79efa6 #a679ef

Analogous Colors of #efa679

#efa679 #efe179 #ef7987

Monochromatic Colors of #efa679

#efa679

Complementary Color

#efa679 #79c2ef

#efa679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa679 Color CSS Codes

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

#efa679 Text Font Color

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

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


#efa679 Background Color

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

This div background color is #efa679


#efa679 Border Color

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

This div border color is #efa679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa679


Comments

No comments written yet.

Please login to write comment.