Color Hex Logo

#efe017 Color Hex

#EFE017
(239,224,23)
0 Favorites   0 Comments

Color spaces of #efe017

RGB 23922423
HSL0.160.870.51
HSV56°90°94°
CMYK 0.000.060.90   0.06
XYZ62.406971.723911.3655
Yxy71.72390.42890.4930
Hunter Lab84.6900-16.673251.3262
CIE-Lab87.8355-12.988684.8582

#efe017 color RGB value is (239,224,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 00010111
Octal 357 340 27
Decimal 239 224 23
Hex EF E0 17

RGB Percentages of Color #efe017

%49.18
%46.09
%4.73

CMYK Percentages of Color #efe017

%0
%6
%90
%6

Triadic Colors of #efe017

#efe017 #17efe0 #e017ef

Analogous Colors of #efe017

#efe017 #92ef17 #ef7417

Monochromatic Colors of #efe017

#efe017

Complementary Color

#efe017 #1726ef

#efe017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe017 Color CSS Codes

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

#efe017 Text Font Color

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

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


#efe017 Background Color

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

This div background color is #efe017


#efe017 Border Color

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

This div border color is #efe017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe017


Comments

No comments written yet.

Please login to write comment.