Color Hex Logo

#efd526 Color Hex

#EFD526
(239,213,38)
0 Favorites   0 Comments

Color spaces of #efd526

RGB 23921338
HSL0.150.860.54
HSV52°84°94°
CMYK 0.000.110.84   0.06
XYZ59.740766.079211.4396
Yxy66.07920.43520.4814
Hunter Lab81.2891-11.073448.5587
CIE-Lab85.0368-7.204279.8286

#efd526 color RGB value is (239,213,38).

#efd526 hex color red value is 239, green value is 213 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #efd526 hue: 0.15 , saturation: 0.86 and the lightness value of efd526 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 00100110
Octal 357 325 46
Decimal 239 213 38
Hex EF D5 26

RGB Percentages of Color #efd526

%48.78
%43.47
%7.76

CMYK Percentages of Color #efd526

%0
%11
%84
%6

Triadic Colors of #efd526

#efd526 #26efd5 #d526ef

Analogous Colors of #efd526

#efd526 #a5ef26 #ef7126

Monochromatic Colors of #efd526

#efd526

Complementary Color

#efd526 #2640ef

#efd526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd526 Color CSS Codes

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

#efd526 Text Font Color

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

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


#efd526 Background Color

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

This div background color is #efd526


#efd526 Border Color

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

This div border color is #efd526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd526


Comments

No comments written yet.

Please login to write comment.