Color Hex Logo

#efa467 Color Hex

#EFA467
(239,164,103)
0 Favorites   0 Comments

Color spaces of #efa467

RGB 239164103
HSL0.070.810.67
HSV27°57°94°
CMYK 0.000.310.57   0.06
XYZ51.320245.880918.9830
Yxy45.88090.44170.3949
Hunter Lab67.735416.704730.7987
CIE-Lab73.468221.510242.5267

#efa467 color RGB value is (239,164,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 01100111
Octal 357 244 147
Decimal 239 164 103
Hex EF A4 67

RGB Percentages of Color #efa467

%47.23
%32.41
%20.36

CMYK Percentages of Color #efa467

%0
%31
%57
%6

Triadic Colors of #efa467

#efa467 #67efa4 #a467ef

Analogous Colors of #efa467

#efa467 #efe867 #ef676e

Monochromatic Colors of #efa467

#efa467

Complementary Color

#efa467 #67b2ef

#efa467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa467 Color CSS Codes

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

#efa467 Text Font Color

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

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


#efa467 Background Color

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

This div background color is #efa467


#efa467 Border Color

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

This div border color is #efa467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa467


Comments

No comments written yet.

Please login to write comment.