Color Hex Logo

#efe21e Color Hex

#EFE21E
(239,226,30)
0 Favorites   0 Comments

Color spaces of #efe21e

RGB 23922630
HSL0.160.870.53
HSV56°87°94°
CMYK 0.000.050.87   0.06
XYZ63.027372.837211.9654
Yxy72.83720.42640.4927
Hunter Lab85.3447-17.530551.4288
CIE-Lab88.3700-13.857184.1512

#efe21e color RGB value is (239,226,30).

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

The process color (four color CMYK) of #efe21e color hex is 0.00, 0.05, 0.87, 0.06. Web safe color of #efe21e is #ffcc33. Color #efe21e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 00011110
Octal 357 342 36
Decimal 239 226 30
Hex EF E2 1E

RGB Percentages of Color #efe21e

%48.28
%45.66
%6.06

CMYK Percentages of Color #efe21e

%0
%5
%87
%6

Triadic Colors of #efe21e

#efe21e #1eefe2 #e21eef

Analogous Colors of #efe21e

#efe21e #94ef1e #ef7a1e

Monochromatic Colors of #efe21e

#efe21e

Complementary Color

#efe21e #1e2bef

#efe21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe21e Color CSS Codes

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

#efe21e Text Font Color

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

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


#efe21e Background Color

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

This div background color is #efe21e


#efe21e Border Color

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

This div border color is #efe21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe21e


Comments

No comments written yet.

Please login to write comment.