Color Hex Logo

#efa327 Color Hex

#EFA327
(239,163,39)
0 Favorites   0 Comments

Color spaces of #efa327

RGB 23916339
HSL0.100.860.55
HSV37°84°94°
CMYK 0.000.320.84   0.06
XYZ49.060044.69167.9601
Yxy44.69160.48230.4394
Hunter Lab66.851814.003839.7365
CIE-Lab72.688418.804569.2834

#efa327 color RGB value is (239,163,39).

#efa327 hex color red value is 239, green value is 163 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #efa327 hue: 0.10 , saturation: 0.86 and the lightness value of efa327 is 0.55.

The process color (four color CMYK) of #efa327 color hex is 0.00, 0.32, 0.84, 0.06. Web safe color of #efa327 is #ff9933. Color #efa327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 00100111
Octal 357 243 47
Decimal 239 163 39
Hex EF A3 27

RGB Percentages of Color #efa327

%54.20
%36.96
%8.84

CMYK Percentages of Color #efa327

%0
%32
%84
%6

Triadic Colors of #efa327

#efa327 #27efa3 #a327ef

Analogous Colors of #efa327

#efa327 #d7ef27 #ef3f27

Monochromatic Colors of #efa327

#efa327

Complementary Color

#efa327 #2773ef

#efa327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa327 Color CSS Codes

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

#efa327 Text Font Color

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

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


#efa327 Background Color

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

This div background color is #efa327


#efa327 Border Color

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

This div border color is #efa327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa327


Comments

No comments written yet.

Please login to write comment.