Color Hex Logo

#efa503 Color Hex

#EFA503
(239,165,3)
0 Favorites   0 Comments

Color spaces of #efa503

RGB 2391653
HSL0.110.980.47
HSV41°99°94°
CMYK 0.000.310.99   0.06
XYZ49.068245.26766.2375
Yxy45.26760.48790.4501
Hunter Lab67.281212.438041.6002
CIE-Lab73.067717.191576.4664

#efa503 color RGB value is (239,165,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 00000011
Octal 357 245 3
Decimal 239 165 3
Hex EF A5 3

RGB Percentages of Color #efa503

%58.72
%40.54
%0.74

CMYK Percentages of Color #efa503

%0
%31
%99
%6

Triadic Colors of #efa503

#efa503 #03efa5 #a503ef

Analogous Colors of #efa503

#efa503 #c3ef03 #ef2f03

Monochromatic Colors of #efa503

#efa503

Complementary Color

#efa503 #034def

#efa503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa503 Color CSS Codes

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

#efa503 Text Font Color

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

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


#efa503 Background Color

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

This div background color is #efa503


#efa503 Border Color

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

This div border color is #efa503


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,165,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 #efa503">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa503

Related Colors


Comments

No comments written yet.

Please login to write comment.