Color Hex Logo

#efc526 Color Hex

#EFC526
(239,197,38)
0 Favorites   0 Comments

Color spaces of #efc526

RGB 23919738
HSL0.130.860.54
HSV47°84°94°
CMYK 0.000.180.84   0.06
XYZ55.912758.423210.1636
Yxy58.42320.44910.4693
Hunter Lab76.4351-3.187645.6207
CIE-Lab80.97350.959376.4709

#efc526 color RGB value is (239,197,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 00100110
Octal 357 305 46
Decimal 239 197 38
Hex EF C5 26

RGB Percentages of Color #efc526

%50.42
%41.56
%8.02

CMYK Percentages of Color #efc526

%0
%18
%84
%6

Triadic Colors of #efc526

#efc526 #26efc5 #c526ef

Analogous Colors of #efc526

#efc526 #b5ef26 #ef6126

Monochromatic Colors of #efc526

#efc526

Complementary Color

#efc526 #2650ef

#efc526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc526 Color CSS Codes

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

#efc526 Text Font Color

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

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


#efc526 Background Color

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

This div background color is #efc526


#efc526 Border Color

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

This div border color is #efc526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc526


Comments

No comments written yet.

Please login to write comment.