Color Hex Logo

#efa81d Color Hex

#EFA81D
(239,168,29)
0 Favorites   0 Comments

Color spaces of #efa81d

RGB 23916829
HSL0.110.870.53
HSV40°88°94°
CMYK 0.000.300.88   0.06
XYZ49.821046.44477.5013
Yxy46.44470.48010.4476
Hunter Lab68.150311.228541.1792
CIE-Lab73.833215.933172.8958

#efa81d color RGB value is (239,168,29).

#efa81d hex color red value is 239, green value is 168 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #efa81d hue: 0.11 , saturation: 0.87 and the lightness value of efa81d is 0.53.

The process color (four color CMYK) of #efa81d color hex is 0.00, 0.30, 0.88, 0.06. Web safe color of #efa81d is #ff9933. Color #efa81d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 00011101
Octal 357 250 35
Decimal 239 168 29
Hex EF A8 1D

RGB Percentages of Color #efa81d

%54.82
%38.53
%6.65

CMYK Percentages of Color #efa81d

%0
%30
%88
%6

Triadic Colors of #efa81d

#efa81d #1defa8 #a81def

Analogous Colors of #efa81d

#efa81d #cdef1d #ef3f1d

Monochromatic Colors of #efa81d

#efa81d

Complementary Color

#efa81d #1d64ef

#efa81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa81d Color CSS Codes

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

#efa81d Text Font Color

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

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


#efa81d Background Color

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

This div background color is #efa81d


#efa81d Border Color

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

This div border color is #efa81d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa81d


Comments

No comments written yet.

Please login to write comment.