Color Hex Logo

#eac67b Color Hex

#EAC67B
(234,198,123)
0 Favorites   0 Comments

Color spaces of #eac67b

RGB 234198123
HSL0.110.730.70
HSV41°47°92°
CMYK 0.000.150.47   0.08
XYZ57.700959.310727.1458
Yxy59.31070.40030.4114
Hunter Lab77.0134-1.035733.0108
CIE-Lab81.46213.272942.1617

#eac67b color RGB value is (234,198,123).

#eac67b hex color red value is 234, green value is 198 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eac67b hue: 0.11 , saturation: 0.73 and the lightness value of eac67b is 0.70.

The process color (four color CMYK) of #eac67b color hex is 0.00, 0.15, 0.47, 0.08. Web safe color of #eac67b is #ffcc66. Color #eac67b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 01111011
Octal 352 306 173
Decimal 234 198 123
Hex EA C6 7B

RGB Percentages of Color #eac67b

%42.16
%35.68
%22.16

CMYK Percentages of Color #eac67b

%0
%15
%47
%8

Triadic Colors of #eac67b

#eac67b #7beac6 #c67bea

Analogous Colors of #eac67b

#eac67b #d7ea7b #ea8f7b

Monochromatic Colors of #eac67b

#eac67b

Complementary Color

#eac67b #7b9fea

#eac67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac67b Color CSS Codes

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

#eac67b Text Font Color

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

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


#eac67b Background Color

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

This div background color is #eac67b


#eac67b Border Color

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

This div border color is #eac67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac67b


Comments

No comments written yet.

Please login to write comment.