Color Hex Logo

#efe01f Color Hex

#EFE01F
(239,224,31)
0 Favorites   0 Comments

Color spaces of #efe01f

RGB 23922431
HSL0.150.870.53
HSV56°87°94°
CMYK 0.000.060.87   0.06
XYZ62.499671.761011.8535
Yxy71.76100.42770.4911
Hunter Lab84.7119-16.550251.0020
CIE-Lab87.8534-12.850783.5601

#efe01f color RGB value is (239,224,31).

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

The process color (four color CMYK) of #efe01f color hex is 0.00, 0.06, 0.87, 0.06. Web safe color of #efe01f is #ffcc33. Color #efe01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 00011111
Octal 357 340 37
Decimal 239 224 31
Hex EF E0 1F

RGB Percentages of Color #efe01f

%48.38
%45.34
%6.28

CMYK Percentages of Color #efe01f

%0
%6
%87
%6

Triadic Colors of #efe01f

#efe01f #1fefe0 #e01fef

Analogous Colors of #efe01f

#efe01f #96ef1f #ef781f

Monochromatic Colors of #efe01f

#efe01f

Complementary Color

#efe01f #1f2eef

#efe01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe01f Color CSS Codes

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

#efe01f Text Font Color

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

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


#efe01f Background Color

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

This div background color is #efe01f


#efe01f Border Color

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

This div border color is #efe01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe01f


Comments

No comments written yet.

Please login to write comment.