Color Hex Logo

#efa967 Color Hex

#EFA967
(239,169,103)
0 Favorites   0 Comments

Color spaces of #efa967

RGB 239169103
HSL0.080.810.67
HSV29°57°94°
CMYK 0.000.290.57   0.06
XYZ52.232847.705919.2872
Yxy47.70590.43810.4001
Hunter Lab69.069514.116531.7923
CIE-Lab74.639118.862643.9518

#efa967 color RGB value is (239,169,103).

#efa967 hex color red value is 239, green value is 169 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #efa967 hue: 0.08 , saturation: 0.81 and the lightness value of efa967 is 0.67.

The process color (four color CMYK) of #efa967 color hex is 0.00, 0.29, 0.57, 0.06. Web safe color of #efa967 is #ff9966. Color #efa967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 01100111
Octal 357 251 147
Decimal 239 169 103
Hex EF A9 67

RGB Percentages of Color #efa967

%46.77
%33.07
%20.16

CMYK Percentages of Color #efa967

%0
%29
%57
%6

Triadic Colors of #efa967

#efa967 #67efa9 #a967ef

Analogous Colors of #efa967

#efa967 #efed67 #ef6769

Monochromatic Colors of #efa967

#efa967

Complementary Color

#efa967 #67adef

#efa967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa967 Color CSS Codes

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

#efa967 Text Font Color

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

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


#efa967 Background Color

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

This div background color is #efa967


#efa967 Border Color

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

This div border color is #efa967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa967


Comments

No comments written yet.

Please login to write comment.