Color Hex Logo

#eabd11 Color Hex

#EABD11
(234,189,17)
0 Favorites   0 Comments

Color spaces of #eabd11

RGB 23418917
HSL0.130.860.49
HSV48°93°92°
CMYK 0.000.190.93   0.08
XYZ52.230553.92818.1866
Yxy53.92810.45680.4716
Hunter Lab73.4358-1.556144.7954
CIE-Lab78.41982.560378.3794

#eabd11 color RGB value is (234,189,17).

#eabd11 hex color red value is 234, green value is 189 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #eabd11 hue: 0.13 , saturation: 0.86 and the lightness value of eabd11 is 0.49.

The process color (four color CMYK) of #eabd11 color hex is 0.00, 0.19, 0.93, 0.08. Web safe color of #eabd11 is #ffcc00. Color #eabd11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 00010001
Octal 352 275 21
Decimal 234 189 17
Hex EA BD 11

RGB Percentages of Color #eabd11

%53.18
%42.95
%3.86

CMYK Percentages of Color #eabd11

%0
%19
%93
%8

Triadic Colors of #eabd11

#eabd11 #11eabd #bd11ea

Analogous Colors of #eabd11

#eabd11 #abea11 #ea5011

Monochromatic Colors of #eabd11

#eabd11

Complementary Color

#eabd11 #113eea

#eabd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd11 Color CSS Codes

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

#eabd11 Text Font Color

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

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


#eabd11 Background Color

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

This div background color is #eabd11


#eabd11 Border Color

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

This div border color is #eabd11


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,189,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eabd11; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eabd11;
  -webkit-box-shadow: 1px 1px 3px 2px #eabd11;
  box-shadow:         1px 1px 3px 2px #eabd11; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,189,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd11


Comments

No comments written yet.

Please login to write comment.