Color Hex Logo

#eba23d Color Hex

#EBA23D
(235,162,61)
0 Favorites   0 Comments

Color spaces of #eba23d

RGB 23516261
HSL0.100.810.58
HSV35°74°92°
CMYK 0.000.310.74   0.08
XYZ48.023643.839810.3457
Yxy43.83980.46990.4289
Hunter Lab66.211613.596537.0840
CIE-Lab72.121318.404360.6699

#eba23d color RGB value is (235,162,61).

#eba23d hex color red value is 235, green value is 162 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eba23d hue: 0.10 , saturation: 0.81 and the lightness value of eba23d is 0.58.

The process color (four color CMYK) of #eba23d color hex is 0.00, 0.31, 0.74, 0.08. Web safe color of #eba23d is #ff9933. Color #eba23d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100010 00111101
Octal 353 242 75
Decimal 235 162 61
Hex EB A2 3D

RGB Percentages of Color #eba23d

%51.31
%35.37
%13.32

CMYK Percentages of Color #eba23d

%0
%31
%74
%8

Triadic Colors of #eba23d

#eba23d #3deba2 #a23deb

Analogous Colors of #eba23d

#eba23d #ddeb3d #eb4b3d

Monochromatic Colors of #eba23d

#eba23d

Complementary Color

#eba23d #3d86eb

#eba23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba23d Color CSS Codes

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

#eba23d Text Font Color

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

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


#eba23d Background Color

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

This div background color is #eba23d


#eba23d Border Color

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

This div border color is #eba23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba23d


Comments

No comments written yet.

Please login to write comment.