Color Hex Logo

#eacb1b Color Hex

#EACB1B
(234,203,27)
0 Favorites   0 Comments

Color spaces of #eacb1b

RGB 23420327
HSL0.140.830.51
HSV51°88°92°
CMYK 0.000.130.88   0.08
XYZ55.485560.28349.7484
Yxy60.28340.44210.4803
Hunter Lab77.6424-8.312946.9055
CIE-Lab81.9920-4.500479.4796

#eacb1b color RGB value is (234,203,27).

#eacb1b hex color red value is 234, green value is 203 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #eacb1b hue: 0.14 , saturation: 0.83 and the lightness value of eacb1b is 0.51.

The process color (four color CMYK) of #eacb1b color hex is 0.00, 0.13, 0.88, 0.08. Web safe color of #eacb1b is #ffcc33. Color #eacb1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 00011011
Octal 352 313 33
Decimal 234 203 27
Hex EA CB 1B

RGB Percentages of Color #eacb1b

%50.43
%43.75
%5.82

CMYK Percentages of Color #eacb1b

%0
%13
%88
%8

Triadic Colors of #eacb1b

#eacb1b #1beacb #cb1bea

Analogous Colors of #eacb1b

#eacb1b #a2ea1b #ea631b

Monochromatic Colors of #eacb1b

#eacb1b

Complementary Color

#eacb1b #1b3aea

#eacb1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb1b Color CSS Codes

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

#eacb1b Text Font Color

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

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


#eacb1b Background Color

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

This div background color is #eacb1b


#eacb1b Border Color

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

This div border color is #eacb1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb1b


Comments

No comments written yet.

Please login to write comment.