Color Hex Logo

#efac65 Color Hex

#EFAC65
(239,172,101)
0 Favorites   0 Comments

Color spaces of #efac65

RGB 239172101
HSL0.090.810.67
HSV31°58°94°
CMYK 0.000.280.58   0.06
XYZ52.698148.795418.9529
Yxy48.79540.43750.4051
Hunter Lab69.853712.417632.8109
CIE-Lab75.323917.123345.7853

#efac65 color RGB value is (239,172,101).

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

The process color (four color CMYK) of #efac65 color hex is 0.00, 0.28, 0.58, 0.06. Web safe color of #efac65 is #ff9966. Color #efac65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 01100101
Octal 357 254 145
Decimal 239 172 101
Hex EF AC 65

RGB Percentages of Color #efac65

%46.68
%33.59
%19.73

CMYK Percentages of Color #efac65

%0
%28
%58
%6

Triadic Colors of #efac65

#efac65 #65efac #ac65ef

Analogous Colors of #efac65

#efac65 #edef65 #ef6765

Monochromatic Colors of #efac65

#efac65

Complementary Color

#efac65 #65a8ef

#efac65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac65 Color CSS Codes

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

#efac65 Text Font Color

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

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


#efac65 Background Color

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

This div background color is #efac65


#efac65 Border Color

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

This div border color is #efac65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac65


Comments

No comments written yet.

Please login to write comment.