Color Hex Logo

#ef800d Color Hex

#EF800D
(239,128,13)
0 Favorites   0 Comments

Color spaces of #ef800d

RGB 23912813
HSL0.080.900.49
HSV31°95°94°
CMYK 0.000.460.95   0.06
XYZ43.388433.81814.6215
Yxy33.81810.53020.4133
Hunter Lab58.153331.411135.9955
CIE-Lab64.817936.635969.5763

#ef800d color RGB value is (239,128,13).

#ef800d hex color red value is 239, green value is 128 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ef800d hue: 0.08 , saturation: 0.90 and the lightness value of ef800d is 0.49.

The process color (four color CMYK) of #ef800d color hex is 0.00, 0.46, 0.95, 0.06. Web safe color of #ef800d is #ff9900. Color #ef800d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000000 00001101
Octal 357 200 15
Decimal 239 128 13
Hex EF 80 D

RGB Percentages of Color #ef800d

%62.89
%33.68
%3.42

CMYK Percentages of Color #ef800d

%0
%46
%95
%6

Triadic Colors of #ef800d

#ef800d #0def80 #800def

Analogous Colors of #ef800d

#ef800d #edef0d #ef0f0d

Monochromatic Colors of #ef800d

#ef800d

Complementary Color

#ef800d #0d7cef

#ef800d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef800d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef800d Color CSS Codes

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

#ef800d Text Font Color

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

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


#ef800d Background Color

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

This div background color is #ef800d


#ef800d Border Color

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

This div border color is #ef800d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef800d


Comments

No comments written yet.

Please login to write comment.