Color Hex Logo

#ef8d54 Color Hex

#EF8D54
(239,141,84)
0 Favorites   0 Comments

Color spaces of #ef8d54

RGB 23914184
HSL0.060.830.63
HSV22°65°94°
CMYK 0.000.410.65   0.06
XYZ46.721738.040613.2676
Yxy38.04060.47660.3881
Hunter Lab61.677127.282730.4198
CIE-Lab68.050532.319045.7613

#ef8d54 color RGB value is (239,141,84).

#ef8d54 hex color red value is 239, green value is 141 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ef8d54 hue: 0.06 , saturation: 0.83 and the lightness value of ef8d54 is 0.63.

The process color (four color CMYK) of #ef8d54 color hex is 0.00, 0.41, 0.65, 0.06. Web safe color of #ef8d54 is #ff9966. Color #ef8d54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001101 01010100
Octal 357 215 124
Decimal 239 141 84
Hex EF 8D 54

RGB Percentages of Color #ef8d54

%51.51
%30.39
%18.10

CMYK Percentages of Color #ef8d54

%0
%41
%65
%6

Triadic Colors of #ef8d54

#ef8d54 #54ef8d #8d54ef

Analogous Colors of #ef8d54

#ef8d54 #efdb54 #ef5469

Monochromatic Colors of #ef8d54

#ef8d54

Complementary Color

#ef8d54 #54b6ef

#ef8d54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8d54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8d54 Color CSS Codes

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

#ef8d54 Text Font Color

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

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


#ef8d54 Background Color

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

This div background color is #ef8d54


#ef8d54 Border Color

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

This div border color is #ef8d54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8d54


Comments

No comments written yet.

Please login to write comment.