Color Hex Logo

#efb426 Color Hex

#EFB426
(239,180,38)
0 Favorites   0 Comments

Color spaces of #efb426

RGB 23918038
HSL0.120.860.54
HSV42°84°94°
CMYK 0.000.250.84   0.06
XYZ52.267751.13328.9486
Yxy51.13320.46520.4551
Hunter Lab71.50755.334742.6356
CIE-Lab76.75969.813472.9753

#efb426 color RGB value is (239,180,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 00100110
Octal 357 264 46
Decimal 239 180 38
Hex EF B4 26

RGB Percentages of Color #efb426

%52.30
%39.39
%8.32

CMYK Percentages of Color #efb426

%0
%25
%84
%6

Triadic Colors of #efb426

#efb426 #26efb4 #b426ef

Analogous Colors of #efb426

#efb426 #c6ef26 #ef5026

Monochromatic Colors of #efb426

#efb426

Complementary Color

#efb426 #2661ef

#efb426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb426 Color CSS Codes

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

#efb426 Text Font Color

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

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


#efb426 Background Color

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

This div background color is #efb426


#efb426 Border Color

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

This div border color is #efb426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb426


Comments

No comments written yet.

Please login to write comment.