Color Hex Logo

#efd21e Color Hex

#EFD21E
(239,210,30)
1 Favorites   0 Comments

Color spaces of #efd21e

RGB 23921030
HSL0.140.870.53
HSV52°87°94°
CMYK 0.000.120.87   0.06
XYZ58.877564.537610.5821
Yxy64.53760.43940.4816
Hunter Lab80.3353-9.764748.4248
CIE-Lab84.2449-5.863780.8827

#efd21e color RGB value is (239,210,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 00011110
Octal 357 322 36
Decimal 239 210 30
Hex EF D2 1E

RGB Percentages of Color #efd21e

%49.90
%43.84
%6.26

CMYK Percentages of Color #efd21e

%0
%12
%87
%6

Triadic Colors of #efd21e

#efd21e #1eefd2 #d21eef

Analogous Colors of #efd21e

#efd21e #a4ef1e #ef6a1e

Monochromatic Colors of #efd21e

#efd21e

Complementary Color

#efd21e #1e3bef

#efd21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd21e Color CSS Codes

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

#efd21e Text Font Color

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

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


#efd21e Background Color

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

This div background color is #efd21e


#efd21e Border Color

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

This div border color is #efd21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd21e


Comments

No comments written yet.

Please login to write comment.