Color Hex Logo

#ef822f Color Hex

#EF822F
(239,130,47)
0 Favorites   0 Comments

Color spaces of #ef822f

RGB 23913047
HSL0.070.860.56
HSV26°80°94°
CMYK 0.000.460.80   0.06
XYZ44.092334.52127.0287
Yxy34.52120.51480.4031
Hunter Lab58.754731.133934.0356
CIE-Lab65.374236.309160.0706

#ef822f color RGB value is (239,130,47).

#ef822f hex color red value is 239, green value is 130 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ef822f hue: 0.07 , saturation: 0.86 and the lightness value of ef822f is 0.56.

The process color (four color CMYK) of #ef822f color hex is 0.00, 0.46, 0.80, 0.06. Web safe color of #ef822f is #ff9933. Color #ef822f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000010 00101111
Octal 357 202 57
Decimal 239 130 47
Hex EF 82 2F

RGB Percentages of Color #ef822f

%57.45
%31.25
%11.30

CMYK Percentages of Color #ef822f

%0
%46
%80
%6

Triadic Colors of #ef822f

#ef822f #2fef82 #822fef

Analogous Colors of #ef822f

#ef822f #efe22f #ef2f3c

Monochromatic Colors of #ef822f

#ef822f

Complementary Color

#ef822f #2f9cef

#ef822f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef822f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef822f Color CSS Codes

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

#ef822f Text Font Color

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

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


#ef822f Background Color

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

This div background color is #ef822f


#ef822f Border Color

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

This div border color is #ef822f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef822f


Comments

No comments written yet.

Please login to write comment.