Color Hex Logo

#ef5428 Color Hex

#EF5428
(239,84,40)
0 Favorites   0 Comments

Color spaces of #ef5428

RGB 2398440
HSL0.040.860.55
HSV13°83°94°
CMYK 0.000.650.83   0.06
XYZ39.149924.84464.7395
Yxy24.84460.56960.3615
Hunter Lab49.844452.973929.2534
CIE-Lab56.923757.694755.3767

#ef5428 color RGB value is (239,84,40).

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

The process color (four color CMYK) of #ef5428 color hex is 0.00, 0.65, 0.83, 0.06. Web safe color of #ef5428 is #ff6633. Color #ef5428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010100 00101000
Octal 357 124 50
Decimal 239 84 40
Hex EF 54 28

RGB Percentages of Color #ef5428

%65.84
%23.14
%11.02

CMYK Percentages of Color #ef5428

%0
%65
%83
%6

Triadic Colors of #ef5428

#ef5428 #28ef54 #5428ef

Analogous Colors of #ef5428

#ef5428 #efb828 #ef285f

Monochromatic Colors of #ef5428

#ef5428

Complementary Color

#ef5428 #28c3ef

#ef5428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5428 Color CSS Codes

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

#ef5428 Text Font Color

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

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


#ef5428 Background Color

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

This div background color is #ef5428


#ef5428 Border Color

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

This div border color is #ef5428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5428


Comments

No comments written yet.

Please login to write comment.