Color Hex Logo

#eacb51 Color Hex

#EACB51
(234,203,81)
0 Favorites   0 Comments

Color spaces of #eacb51

RGB 23420381
HSL0.130.780.62
HSV48°65°92°
CMYK 0.000.130.65   0.08
XYZ56.772860.798416.5276
Yxy60.79840.42340.4534
Hunter Lab77.9733-6.486542.0139
CIE-Lab82.2702-2.492862.7440

#eacb51 color RGB value is (234,203,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 01010001
Octal 352 313 121
Decimal 234 203 81
Hex EA CB 51

RGB Percentages of Color #eacb51

%45.17
%39.19
%15.64

CMYK Percentages of Color #eacb51

%0
%13
%65
%8

Triadic Colors of #eacb51

#eacb51 #51eacb #cb51ea

Analogous Colors of #eacb51

#eacb51 #bdea51 #ea7f51

Monochromatic Colors of #eacb51

#eacb51

Complementary Color

#eacb51 #5170ea

#eacb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb51 Color CSS Codes

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

#eacb51 Text Font Color

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

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


#eacb51 Background Color

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

This div background color is #eacb51


#eacb51 Border Color

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

This div border color is #eacb51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb51


Comments

No comments written yet.

Please login to write comment.