Color Hex Logo

#efe219 Color Hex

#EFE219
(239,226,25)
0 Favorites   0 Comments

Color spaces of #efe219

RGB 23922625
HSL0.160.870.52
HSV56°90°94°
CMYK 0.000.050.90   0.06
XYZ62.968472.813611.6553
Yxy72.81360.42710.4939
Hunter Lab85.3309-17.608251.6332
CIE-Lab88.3587-13.944384.9666

#efe219 color RGB value is (239,226,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 00011001
Octal 357 342 31
Decimal 239 226 25
Hex EF E2 19

RGB Percentages of Color #efe219

%48.78
%46.12
%5.10

CMYK Percentages of Color #efe219

%0
%5
%90
%6

Triadic Colors of #efe219

#efe219 #19efe2 #e219ef

Analogous Colors of #efe219

#efe219 #91ef19 #ef7719

Monochromatic Colors of #efe219

#efe219

Complementary Color

#efe219 #1926ef

#efe219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe219 Color CSS Codes

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

#efe219 Text Font Color

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

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


#efe219 Background Color

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

This div background color is #efe219


#efe219 Border Color

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

This div border color is #efe219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe219


Comments

No comments written yet.

Please login to write comment.