Color Hex Logo

#efa468 Color Hex

#EFA468
(239,164,104)
0 Favorites   0 Comments

Color spaces of #efa468

RGB 239164104
HSL0.070.810.67
HSV27°56°94°
CMYK 0.000.310.56   0.06
XYZ51.370845.901119.2490
Yxy45.90110.44090.3939
Hunter Lab67.750416.782130.5800
CIE-Lab73.481321.587442.0299

#efa468 color RGB value is (239,164,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 01101000
Octal 357 244 150
Decimal 239 164 104
Hex EF A4 68

RGB Percentages of Color #efa468

%47.14
%32.35
%20.51

CMYK Percentages of Color #efa468

%0
%31
%56
%6

Triadic Colors of #efa468

#efa468 #68efa4 #a468ef

Analogous Colors of #efa468

#efa468 #efe868 #ef6870

Monochromatic Colors of #efa468

#efa468

Complementary Color

#efa468 #68b3ef

#efa468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa468 Color CSS Codes

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

#efa468 Text Font Color

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

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


#efa468 Background Color

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

This div background color is #efa468


#efa468 Border Color

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

This div border color is #efa468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa468


Comments

No comments written yet.

Please login to write comment.