Color Hex Logo

#efa103 Color Hex

#EFA103
(239,161,3)
0 Favorites   0 Comments

Color spaces of #efa103

RGB 2391613
HSL0.110.980.47
HSV40°99°94°
CMYK 0.000.330.99   0.06
XYZ48.357943.84706.0007
Yxy43.84700.49240.4465
Hunter Lab66.217114.477540.9790
CIE-Lab72.126119.305475.8312

#efa103 color RGB value is (239,161,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 00000011
Octal 357 241 3
Decimal 239 161 3
Hex EF A1 3

RGB Percentages of Color #efa103

%59.31
%39.95
%0.74

CMYK Percentages of Color #efa103

%0
%33
%99
%6

Triadic Colors of #efa103

#efa103 #03efa1 #a103ef

Analogous Colors of #efa103

#efa103 #c7ef03 #ef2b03

Monochromatic Colors of #efa103

#efa103

Complementary Color

#efa103 #0351ef

#efa103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa103 Color CSS Codes

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

#efa103 Text Font Color

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

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


#efa103 Background Color

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

This div background color is #efa103


#efa103 Border Color

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

This div border color is #efa103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa103


Comments

No comments written yet.

Please login to write comment.