Color Hex Logo

#eacb72 Color Hex

#EACB72
(234,203,114)
0 Favorites   0 Comments

Color spaces of #eacb72

RGB 234203114
HSL0.120.740.68
HSV45°51°92°
CMYK 0.000.130.51   0.08
XYZ58.324961.419224.7006
Yxy61.41920.40380.4252
Hunter Lab78.3704-4.304836.1724
CIE-Lab82.6036-0.126748.0288

#eacb72 color RGB value is (234,203,114).

#eacb72 hex color red value is 234, green value is 203 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #eacb72 hue: 0.12 , saturation: 0.74 and the lightness value of eacb72 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 01110010
Octal 352 313 162
Decimal 234 203 114
Hex EA CB 72

RGB Percentages of Color #eacb72

%42.47
%36.84
%20.69

CMYK Percentages of Color #eacb72

%0
%13
%51
%8

Triadic Colors of #eacb72

#eacb72 #72eacb #cb72ea

Analogous Colors of #eacb72

#eacb72 #cdea72 #ea8f72

Monochromatic Colors of #eacb72

#eacb72

Complementary Color

#eacb72 #7291ea

#eacb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb72 Color CSS Codes

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

#eacb72 Text Font Color

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

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


#eacb72 Background Color

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

This div background color is #eacb72


#eacb72 Border Color

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

This div border color is #eacb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb72


Comments

No comments written yet.

Please login to write comment.