Color Hex Logo

#efb428 Color Hex

#EFB428
(239,180,40)
0 Favorites   0 Comments

Color spaces of #efb428

RGB 23918040
HSL0.120.860.55
HSV42°83°94°
CMYK 0.000.250.83   0.06
XYZ52.300951.14649.1232
Yxy51.14640.46460.4543
Hunter Lab71.51675.384642.4982
CIE-Lab76.76769.865772.4272

#efb428 color RGB value is (239,180,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 00101000
Octal 357 264 50
Decimal 239 180 40
Hex EF B4 28

RGB Percentages of Color #efb428

%52.07
%39.22
%8.71

CMYK Percentages of Color #efb428

%0
%25
%83
%6

Triadic Colors of #efb428

#efb428 #28efb4 #b428ef

Analogous Colors of #efb428

#efb428 #c7ef28 #ef5128

Monochromatic Colors of #efb428

#efb428

Complementary Color

#efb428 #2863ef

#efb428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb428 Color CSS Codes

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

#efb428 Text Font Color

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

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


#efb428 Background Color

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

This div background color is #efb428


#efb428 Border Color

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

This div border color is #efb428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb428


Comments

No comments written yet.

Please login to write comment.