Color Hex Logo

#efa21d Color Hex

#EFA21D
(239,162,29)
0 Favorites   0 Comments

Color spaces of #efa21d

RGB 23916229
HSL0.110.870.53
HSV38°88°94°
CMYK 0.000.320.88   0.06
XYZ48.738744.28017.1405
Yxy44.28010.48660.4421
Hunter Lab66.543314.289040.2181
CIE-Lab72.415319.103971.7874

#efa21d color RGB value is (239,162,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 00011101
Octal 357 242 35
Decimal 239 162 29
Hex EF A2 1D

RGB Percentages of Color #efa21d

%55.58
%37.67
%6.74

CMYK Percentages of Color #efa21d

%0
%32
%88
%6

Triadic Colors of #efa21d

#efa21d #1defa2 #a21def

Analogous Colors of #efa21d

#efa21d #d3ef1d #ef391d

Monochromatic Colors of #efa21d

#efa21d

Complementary Color

#efa21d #1d6aef

#efa21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa21d Color CSS Codes

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

#efa21d Text Font Color

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

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


#efa21d Background Color

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

This div background color is #efa21d


#efa21d Border Color

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

This div border color is #efa21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa21d


Comments

No comments written yet.

Please login to write comment.