Color Hex Logo

#efe90c Color Hex

#EFE90C
(239,233,12)
0 Favorites   0 Comments

Color spaces of #efe90c

RGB 23923312
HSL0.160.900.49
HSV58°95°94°
CMYK 0.000.030.95   0.06
XYZ64.801976.655111.7283
Yxy76.65510.42300.5004
Hunter Lab87.5529-21.101653.3447
CIE-Lab90.1626-17.529687.8789

#efe90c color RGB value is (239,233,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101001 00001100
Octal 357 351 14
Decimal 239 233 12
Hex EF E9 C

RGB Percentages of Color #efe90c

%49.38
%48.14
%2.48

CMYK Percentages of Color #efe90c

%0
%3
%95
%6

Triadic Colors of #efe90c

#efe90c #0cefe9 #e90cef

Analogous Colors of #efe90c

#efe90c #84ef0c #ef780c

Monochromatic Colors of #efe90c

#efe90c

Complementary Color

#efe90c #0c12ef

#efe90c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe90c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe90c Color CSS Codes

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

#efe90c Text Font Color

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

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


#efe90c Background Color

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

This div background color is #efe90c


#efe90c Border Color

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

This div border color is #efe90c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe90c


Comments

No comments written yet.

Please login to write comment.