Color Hex Logo

#eb981b Color Hex

#EB981B
(235,152,27)
0 Favorites   0 Comments

Color spaces of #eb981b

RGB 23515227
HSL0.100.840.51
HSV36°89°92°
CMYK 0.000.350.89   0.08
XYZ45.687040.19786.3879
Yxy40.19780.49510.4356
Hunter Lab63.401717.673238.4076
CIE-Lab69.610222.661669.8903

#eb981b color RGB value is (235,152,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011000 00011011
Octal 353 230 33
Decimal 235 152 27
Hex EB 98 1B

RGB Percentages of Color #eb981b

%56.76
%36.71
%6.52

CMYK Percentages of Color #eb981b

%0
%35
%89
%8

Triadic Colors of #eb981b

#eb981b #1beb98 #981beb

Analogous Colors of #eb981b

#eb981b #d6eb1b #eb301b

Monochromatic Colors of #eb981b

#eb981b

Complementary Color

#eb981b #1b6eeb

#eb981b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb981b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb981b Color CSS Codes

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

#eb981b Text Font Color

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

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


#eb981b Background Color

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

This div background color is #eb981b


#eb981b Border Color

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

This div border color is #eb981b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb981b


Comments

No comments written yet.

Please login to write comment.