Color Hex Logo

#efa35e Color Hex

#EFA35E
(239,163,94)
0 Favorites   0 Comments

Color spaces of #efa35e

RGB 23916394
HSL0.080.820.65
HSV29°61°94°
CMYK 0.000.320.61   0.06
XYZ50.714245.353316.6708
Yxy45.35330.44980.4023
Hunter Lab67.344916.566332.4645
CIE-Lab73.123921.385246.6673

#efa35e color RGB value is (239,163,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 01011110
Octal 357 243 136
Decimal 239 163 94
Hex EF A3 5E

RGB Percentages of Color #efa35e

%48.19
%32.86
%18.95

CMYK Percentages of Color #efa35e

%0
%32
%61
%6

Triadic Colors of #efa35e

#efa35e #5eefa3 #a35eef

Analogous Colors of #efa35e

#efa35e #efec5e #ef5e62

Monochromatic Colors of #efa35e

#efa35e

Complementary Color

#efa35e #5eaaef

#efa35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa35e Color CSS Codes

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

#efa35e Text Font Color

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

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


#efa35e Background Color

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

This div background color is #efa35e


#efa35e Border Color

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

This div border color is #efa35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa35e


Comments

No comments written yet.

Please login to write comment.