Color Hex Logo

#eba822 Color Hex

#EBA822
(235,168,34)
0 Favorites   0 Comments

Color spaces of #eba822

RGB 23516834
HSL0.110.830.53
HSV40°86°92°
CMYK 0.000.290.86   0.08
XYZ48.552345.78297.7914
Yxy45.78290.47540.4483
Hunter Lab67.66319.674140.5369
CIE-Lab73.404414.329671.1130

#eba822 color RGB value is (235,168,34).

#eba822 hex color red value is 235, green value is 168 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #eba822 hue: 0.11 , saturation: 0.83 and the lightness value of eba822 is 0.53.

The process color (four color CMYK) of #eba822 color hex is 0.00, 0.29, 0.86, 0.08. Web safe color of #eba822 is #ff9933. Color #eba822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101000 00100010
Octal 353 250 42
Decimal 235 168 34
Hex EB A8 22

RGB Percentages of Color #eba822

%53.78
%38.44
%7.78

CMYK Percentages of Color #eba822

%0
%29
%86
%8

Triadic Colors of #eba822

#eba822 #22eba8 #a822eb

Analogous Colors of #eba822

#eba822 #caeb22 #eb4422

Monochromatic Colors of #eba822

#eba822

Complementary Color

#eba822 #2265eb

#eba822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba822 Color CSS Codes

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

#eba822 Text Font Color

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

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


#eba822 Background Color

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

This div background color is #eba822


#eba822 Border Color

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

This div border color is #eba822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba822


Comments

No comments written yet.

Please login to write comment.