Color Hex Logo

#efa802 Color Hex

#EFA802
(239,168,2)
0 Favorites   0 Comments

Color spaces of #efa802

RGB 2391682
HSL0.120.980.47
HSV42°99°94°
CMYK 0.000.300.99   0.06
XYZ49.610246.36046.3911
Yxy46.36040.48470.4529
Hunter Lab68.088510.902742.0967
CIE-Lab73.778815.598277.0646

#efa802 color RGB value is (239,168,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 00000010
Octal 357 250 2
Decimal 239 168 2
Hex EF A8 2

RGB Percentages of Color #efa802

%58.44
%41.08
%0.49

CMYK Percentages of Color #efa802

%0
%30
%99
%6

Triadic Colors of #efa802

#efa802 #02efa8 #a802ef

Analogous Colors of #efa802

#efa802 #c0ef02 #ef3202

Monochromatic Colors of #efa802

#efa802

Complementary Color

#efa802 #0249ef

#efa802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa802 Color CSS Codes

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

#efa802 Text Font Color

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

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


#efa802 Background Color

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

This div background color is #efa802


#efa802 Border Color

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

This div border color is #efa802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa802


Comments

No comments written yet.

Please login to write comment.