Color Hex Logo

#eacb48 Color Hex

#EACB48
(234,203,72)
0 Favorites   0 Comments

Color spaces of #eacb48

RGB 23420372
HSL0.130.790.60
HSV49°69°92°
CMYK 0.000.130.69   0.08
XYZ56.457360.672214.8662
Yxy60.67220.42770.4597
Hunter Lab77.8924-6.932743.2088
CIE-Lab82.2022-2.981066.3285

#eacb48 color RGB value is (234,203,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 01001000
Octal 352 313 110
Decimal 234 203 72
Hex EA CB 48

RGB Percentages of Color #eacb48

%45.97
%39.88
%14.15

CMYK Percentages of Color #eacb48

%0
%13
%69
%8

Triadic Colors of #eacb48

#eacb48 #48eacb #cb48ea

Analogous Colors of #eacb48

#eacb48 #b8ea48 #ea7a48

Monochromatic Colors of #eacb48

#eacb48

Complementary Color

#eacb48 #4867ea

#eacb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb48 Color CSS Codes

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

#eacb48 Text Font Color

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

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


#eacb48 Background Color

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

This div background color is #eacb48


#eacb48 Border Color

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

This div border color is #eacb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb48


Comments

No comments written yet.

Please login to write comment.