Color Hex Logo

#eabc53 Color Hex

#EABC53
(234,188,83)
0 Favorites   0 Comments

Color spaces of #eabc53

RGB 23418883
HSL0.120.780.62
HSV42°65°92°
CMYK 0.000.200.65   0.08
XYZ53.476254.083415.8043
Yxy54.08340.43350.4384
Hunter Lab73.54141.100238.7374
CIE-Lab78.51035.400357.8410

#eabc53 color RGB value is (234,188,83).

#eabc53 hex color red value is 234, green value is 188 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #eabc53 hue: 0.12 , saturation: 0.78 and the lightness value of eabc53 is 0.62.

The process color (four color CMYK) of #eabc53 color hex is 0.00, 0.20, 0.65, 0.08. Web safe color of #eabc53 is #ffcc66. Color #eabc53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111100 01010011
Octal 352 274 123
Decimal 234 188 83
Hex EA BC 53

RGB Percentages of Color #eabc53

%46.34
%37.23
%16.44

CMYK Percentages of Color #eabc53

%0
%20
%65
%8

Triadic Colors of #eabc53

#eabc53 #53eabc #bc53ea

Analogous Colors of #eabc53

#eabc53 #cdea53 #ea7153

Monochromatic Colors of #eabc53

#eabc53

Complementary Color

#eabc53 #5381ea

#eabc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabc53 Color CSS Codes

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

#eabc53 Text Font Color

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

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


#eabc53 Background Color

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

This div background color is #eabc53


#eabc53 Border Color

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

This div border color is #eabc53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabc53

#eabc53 Color Palettes


Comments

No comments written yet.

Please login to write comment.