Color Hex Logo

#efad21 Color Hex

#EFAD21
(239,173,33)
0 Favorites   0 Comments

Color spaces of #efad21

RGB 23917333
HSL0.110.870.53
HSV41°86°94°
CMYK 0.000.280.86   0.06
XYZ50.814748.34778.0927
Yxy48.34770.47380.4508
Hunter Lab69.53258.766841.7722
CIE-Lab75.043713.378072.8825

#efad21 color RGB value is (239,173,33).

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

The process color (four color CMYK) of #efad21 color hex is 0.00, 0.28, 0.86, 0.06. Web safe color of #efad21 is #ff9933. Color #efad21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 00100001
Octal 357 255 41
Decimal 239 173 33
Hex EF AD 21

RGB Percentages of Color #efad21

%53.71
%38.88
%7.42

CMYK Percentages of Color #efad21

%0
%28
%86
%6

Triadic Colors of #efad21

#efad21 #21efad #ad21ef

Analogous Colors of #efad21

#efad21 #caef21 #ef4621

Monochromatic Colors of #efad21

#efad21

Complementary Color

#efad21 #2163ef

#efad21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad21 Color CSS Codes

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

#efad21 Text Font Color

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

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


#efad21 Background Color

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

This div background color is #efad21


#efad21 Border Color

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

This div border color is #efad21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad21


Comments

No comments written yet.

Please login to write comment.