Color Hex Logo

#efa403 Color Hex

#EFA403
(239,164,3)
0 Favorites   0 Comments

Color spaces of #efa403

RGB 2391643
HSL0.110.980.47
HSV41°99°94°
CMYK 0.000.310.99   0.06
XYZ48.888544.90826.1776
Yxy44.90820.48900.4492
Hunter Lab67.013612.947641.4439
CIE-Lab72.831417.720076.3065

#efa403 color RGB value is (239,164,3).

#efa403 hex color red value is 239, green value is 164 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #efa403 hue: 0.11 , saturation: 0.98 and the lightness value of efa403 is 0.47.

The process color (four color CMYK) of #efa403 color hex is 0.00, 0.31, 0.99, 0.06. Web safe color of #efa403 is #ff9900. Color #efa403 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 00000011
Octal 357 244 3
Decimal 239 164 3
Hex EF A4 3

RGB Percentages of Color #efa403

%58.87
%40.39
%0.74

CMYK Percentages of Color #efa403

%0
%31
%99
%6

Triadic Colors of #efa403

#efa403 #03efa4 #a403ef

Analogous Colors of #efa403

#efa403 #c4ef03 #ef2e03

Monochromatic Colors of #efa403

#efa403

Complementary Color

#efa403 #034eef

#efa403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa403 Color CSS Codes

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

#efa403 Text Font Color

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

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


#efa403 Background Color

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

This div background color is #efa403


#efa403 Border Color

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

This div border color is #efa403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa403


Comments

No comments written yet.

Please login to write comment.