Color Hex Logo

#efae17 Color Hex

#EFAE17
(239,174,23)
0 Favorites   0 Comments

Color spaces of #efae17

RGB 23917423
HSL0.120.870.51
HSV42°90°94°
CMYK 0.000.270.90   0.06
XYZ50.887348.68477.5256
Yxy48.68470.47510.4546
Hunter Lab69.77448.076942.4473
CIE-Lab75.254812.661575.2584

#efae17 color RGB value is (239,174,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 00010111
Octal 357 256 27
Decimal 239 174 23
Hex EF AE 17

RGB Percentages of Color #efae17

%54.82
%39.91
%5.28

CMYK Percentages of Color #efae17

%0
%27
%90
%6

Triadic Colors of #efae17

#efae17 #17efae #ae17ef

Analogous Colors of #efae17

#efae17 #c4ef17 #ef4217

Monochromatic Colors of #efae17

#efae17

Complementary Color

#efae17 #1758ef

#efae17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efae17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efae17 Color CSS Codes

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

#efae17 Text Font Color

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

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


#efae17 Background Color

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

This div background color is #efae17


#efae17 Border Color

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

This div border color is #efae17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efae17


Comments

No comments written yet.

Please login to write comment.