Color Hex Logo

#efaf21 Color Hex

#EFAF21
(239,175,33)
0 Favorites   0 Comments

Color spaces of #efaf21

RGB 23917533
HSL0.110.870.53
HSV41°86°94°
CMYK 0.000.270.86   0.06
XYZ51.201149.12058.2215
Yxy49.12050.47170.4525
Hunter Lab70.08607.752042.1051
CIE-Lab75.526212.324173.2707

#efaf21 color RGB value is (239,175,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 00100001
Octal 357 257 41
Decimal 239 175 33
Hex EF AF 21

RGB Percentages of Color #efaf21

%53.47
%39.15
%7.38

CMYK Percentages of Color #efaf21

%0
%27
%86
%6

Triadic Colors of #efaf21

#efaf21 #21efaf #af21ef

Analogous Colors of #efaf21

#efaf21 #c8ef21 #ef4821

Monochromatic Colors of #efaf21

#efaf21

Complementary Color

#efaf21 #2161ef

#efaf21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf21 Color CSS Codes

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

#efaf21 Text Font Color

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

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


#efaf21 Background Color

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

This div background color is #efaf21


#efaf21 Border Color

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

This div border color is #efaf21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf21


Comments

No comments written yet.

Please login to write comment.