Color Hex Logo

#efd428 Color Hex

#EFD428
(239,212,40)
0 Favorites   0 Comments

Color spaces of #efd428

RGB 23921240
HSL0.140.860.55
HSV52°83°94°
CMYK 0.000.110.83   0.06
XYZ59.523165.590911.5306
Yxy65.59090.43560.4800
Hunter Lab80.9882-10.539048.2504
CIE-Lab84.7873-6.649579.1488

#efd428 color RGB value is (239,212,40).

#efd428 hex color red value is 239, green value is 212 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #efd428 hue: 0.14 , saturation: 0.86 and the lightness value of efd428 is 0.55.

The process color (four color CMYK) of #efd428 color hex is 0.00, 0.11, 0.83, 0.06. Web safe color of #efd428 is #ffcc33. Color #efd428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 00101000
Octal 357 324 50
Decimal 239 212 40
Hex EF D4 28

RGB Percentages of Color #efd428

%48.68
%43.18
%8.15

CMYK Percentages of Color #efd428

%0
%11
%83
%6

Triadic Colors of #efd428

#efd428 #28efd4 #d428ef

Analogous Colors of #efd428

#efd428 #a7ef28 #ef7128

Monochromatic Colors of #efd428

#efd428

Complementary Color

#efd428 #2843ef

#efd428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd428 Color CSS Codes

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

#efd428 Text Font Color

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

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


#efd428 Background Color

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

This div background color is #efd428


#efd428 Border Color

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

This div border color is #efd428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd428


Comments

No comments written yet.

Please login to write comment.