Color Hex Logo

#eacb07 Color Hex

#EACB07
(234,203,7)
0 Favorites   0 Comments

Color spaces of #eacb07

RGB 2342037
HSL0.140.940.47
HSV52°97°92°
CMYK 0.000.130.97   0.08
XYZ55.326060.21968.9086
Yxy60.21960.44450.4839
Hunter Lab77.6013-8.540347.5144
CIE-Lab81.9574-4.752282.0667

#eacb07 color RGB value is (234,203,7).

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

The process color (four color CMYK) of #eacb07 color hex is 0.00, 0.13, 0.97, 0.08. Web safe color of #eacb07 is #ffcc00. Color #eacb07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 00000111
Octal 352 313 7
Decimal 234 203 7
Hex EA CB 7

RGB Percentages of Color #eacb07

%52.70
%45.72
%1.58

CMYK Percentages of Color #eacb07

%0
%13
%97
%8

Triadic Colors of #eacb07

#eacb07 #07eacb #cb07ea

Analogous Colors of #eacb07

#eacb07 #98ea07 #ea5a07

Monochromatic Colors of #eacb07

#eacb07

Complementary Color

#eacb07 #0726ea

#eacb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb07 Color CSS Codes

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

#eacb07 Text Font Color

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

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


#eacb07 Background Color

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

This div background color is #eacb07


#eacb07 Border Color

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

This div border color is #eacb07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb07


Comments

No comments written yet.

Please login to write comment.