Color Hex Logo

#efe90e Color Hex

#EFE90E
(239,233,14)
0 Favorites   0 Comments

Color spaces of #efe90e

RGB 23923314
HSL0.160.890.50
HSV58°94°94°
CMYK 0.000.030.94   0.06
XYZ64.814876.660311.7963
Yxy76.66030.42290.5002
Hunter Lab87.5559-21.084953.3010
CIE-Lab90.1650-17.510787.6995

#efe90e color RGB value is (239,233,14).

#efe90e hex color red value is 239, green value is 233 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #efe90e hue: 0.16 , saturation: 0.89 and the lightness value of efe90e is 0.50.

The process color (four color CMYK) of #efe90e color hex is 0.00, 0.03, 0.94, 0.06. Web safe color of #efe90e is #ffff00. Color #efe90e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 00001110
Octal 357 351 16
Decimal 239 233 14
Hex EF E9 E

RGB Percentages of Color #efe90e

%49.18
%47.94
%2.88

CMYK Percentages of Color #efe90e

%0
%3
%94
%6

Triadic Colors of #efe90e

#efe90e #0eefe9 #e90eef

Analogous Colors of #efe90e

#efe90e #85ef0e #ef790e

Monochromatic Colors of #efe90e

#efe90e

Complementary Color

#efe90e #0e14ef

#efe90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe90e Color CSS Codes

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

#efe90e Text Font Color

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

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


#efe90e Background Color

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

This div background color is #efe90e


#efe90e Border Color

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

This div border color is #efe90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe90e


Comments

No comments written yet.

Please login to write comment.