Color Hex Logo

#ef983a Color Hex

#EF983A
(239,152,58)
0 Favorites   0 Comments

Color spaces of #ef983a

RGB 23915258
HSL0.090.850.58
HSV31°76°94°
CMYK 0.000.360.76   0.06
XYZ47.588641.11279.4303
Yxy41.11270.48490.4190
Hunter Lab64.119220.272336.1634
CIE-Lab70.254825.243460.2270

#ef983a color RGB value is (239,152,58).

#ef983a hex color red value is 239, green value is 152 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ef983a hue: 0.09 , saturation: 0.85 and the lightness value of ef983a is 0.58.

The process color (four color CMYK) of #ef983a color hex is 0.00, 0.36, 0.76, 0.06. Web safe color of #ef983a is #ff9933. Color #ef983a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011000 00111010
Octal 357 230 72
Decimal 239 152 58
Hex EF 98 3A

RGB Percentages of Color #ef983a

%53.23
%33.85
%12.92

CMYK Percentages of Color #ef983a

%0
%36
%76
%6

Triadic Colors of #ef983a

#ef983a #3aef98 #983aef

Analogous Colors of #ef983a

#ef983a #ecef3a #ef3e3a

Monochromatic Colors of #ef983a

#ef983a

Complementary Color

#ef983a #3a91ef

#ef983a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef983a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef983a Color CSS Codes

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

#ef983a Text Font Color

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

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


#ef983a Background Color

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

This div background color is #ef983a


#ef983a Border Color

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

This div border color is #ef983a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef983a


Comments

No comments written yet.

Please login to write comment.