Color Hex Logo

#efa359 Color Hex

#EFA359
(239,163,89)
0 Favorites   0 Comments

Color spaces of #efa359

RGB 23916389
HSL0.080.820.64
HSV30°63°94°
CMYK 0.000.320.63   0.06
XYZ50.497045.266415.5270
Yxy45.26640.45370.4067
Hunter Lab67.280316.232033.4132
CIE-Lab73.067021.050949.0743

#efa359 color RGB value is (239,163,89).

#efa359 hex color red value is 239, green value is 163 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #efa359 hue: 0.08 , saturation: 0.82 and the lightness value of efa359 is 0.64.

The process color (four color CMYK) of #efa359 color hex is 0.00, 0.32, 0.63, 0.06. Web safe color of #efa359 is #ff9966. Color #efa359 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 01011001
Octal 357 243 131
Decimal 239 163 89
Hex EF A3 59

RGB Percentages of Color #efa359

%48.68
%33.20
%18.13

CMYK Percentages of Color #efa359

%0
%32
%63
%6

Triadic Colors of #efa359

#efa359 #59efa3 #a359ef

Analogous Colors of #efa359

#efa359 #efee59 #ef595a

Monochromatic Colors of #efa359

#efa359

Complementary Color

#efa359 #59a5ef

#efa359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa359 Color CSS Codes

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

#efa359 Text Font Color

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

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


#efa359 Background Color

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

This div background color is #efa359


#efa359 Border Color

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

This div border color is #efa359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa359


Comments

No comments written yet.

Please login to write comment.