Color Hex Logo

#eab67b Color Hex

#EAB67B
(234,182,123)
0 Favorites   0 Comments

Color spaces of #eab67b

RGB 234182123
HSL0.090.730.70
HSV32°47°92°
CMYK 0.000.220.47   0.08
XYZ54.234852.378425.9904
Yxy52.37840.40900.3950
Hunter Lab72.37297.111729.3690
CIE-Lab77.506611.669637.1537

#eab67b color RGB value is (234,182,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 01111011
Octal 352 266 173
Decimal 234 182 123
Hex EA B6 7B

RGB Percentages of Color #eab67b

%43.41
%33.77
%22.82

CMYK Percentages of Color #eab67b

%0
%22
%47
%8

Triadic Colors of #eab67b

#eab67b #7beab6 #b67bea

Analogous Colors of #eab67b

#eab67b #e7ea7b #ea7f7b

Monochromatic Colors of #eab67b

#eab67b

Complementary Color

#eab67b #7bafea

#eab67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab67b Color CSS Codes

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

#eab67b Text Font Color

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

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


#eab67b Background Color

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

This div background color is #eab67b


#eab67b Border Color

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

This div border color is #eab67b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,182,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 #eab67b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab67b


Comments

No comments written yet.

Please login to write comment.