Color Hex Logo

#efab18 Color Hex

#EFAB18
(239,171,24)
0 Favorites   0 Comments

Color spaces of #efab18

RGB 23917124
HSL0.110.870.52
HSV41°90°94°
CMYK 0.000.280.90   0.06
XYZ50.324447.54257.3884
Yxy47.54250.47810.4517
Hunter Lab68.95119.615041.9126
CIE-Lab74.535414.259374.5200

#efab18 color RGB value is (239,171,24).

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

The process color (four color CMYK) of #efab18 color hex is 0.00, 0.28, 0.90, 0.06. Web safe color of #efab18 is #ff9900. Color #efab18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 00011000
Octal 357 253 30
Decimal 239 171 24
Hex EF AB 18

RGB Percentages of Color #efab18

%55.07
%39.40
%5.53

CMYK Percentages of Color #efab18

%0
%28
%90
%6

Triadic Colors of #efab18

#efab18 #18efab #ab18ef

Analogous Colors of #efab18

#efab18 #c8ef18 #ef3f18

Monochromatic Colors of #efab18

#efab18

Complementary Color

#efab18 #185cef

#efab18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efab18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efab18 Color CSS Codes

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

#efab18 Text Font Color

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

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


#efab18 Background Color

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

This div background color is #efab18


#efab18 Border Color

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

This div border color is #efab18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efab18


Comments

No comments written yet.

Please login to write comment.