Color Hex Logo

#eb981d Color Hex

#EB981D
(235,152,29)
0 Favorites   0 Comments

Color spaces of #eb981d

RGB 23515229
HSL0.100.840.52
HSV36°88°92°
CMYK 0.000.350.88   0.08
XYZ45.711040.20736.5140
Yxy40.20730.49450.4350
Hunter Lab63.409217.712538.2956
CIE-Lab69.616922.701169.3939

#eb981d color RGB value is (235,152,29).

#eb981d hex color red value is 235, green value is 152 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eb981d hue: 0.10 , saturation: 0.84 and the lightness value of eb981d is 0.52.

The process color (four color CMYK) of #eb981d color hex is 0.00, 0.35, 0.88, 0.08. Web safe color of #eb981d is #ff9933. Color #eb981d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011000 00011101
Octal 353 230 35
Decimal 235 152 29
Hex EB 98 1D

RGB Percentages of Color #eb981d

%56.49
%36.54
%6.97

CMYK Percentages of Color #eb981d

%0
%35
%88
%8

Triadic Colors of #eb981d

#eb981d #1deb98 #981deb

Analogous Colors of #eb981d

#eb981d #d7eb1d #eb311d

Monochromatic Colors of #eb981d

#eb981d

Complementary Color

#eb981d #1d70eb

#eb981d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb981d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb981d Color CSS Codes

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

#eb981d Text Font Color

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

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


#eb981d Background Color

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

This div background color is #eb981d


#eb981d Border Color

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

This div border color is #eb981d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb981d


Comments

No comments written yet.

Please login to write comment.