Color Hex Logo

#eab268 Color Hex

#EAB268
(234,178,104)
0 Favorites   0 Comments

Color spaces of #eab268

RGB 234178104
HSL0.090.760.66
HSV34°56°92°
CMYK 0.000.240.56   0.08
XYZ52.350850.332720.0527
Yxy50.33270.42650.4101
Hunter Lab70.94557.560732.9036
CIE-Lab76.273012.127845.3022

#eab268 color RGB value is (234,178,104).

#eab268 hex color red value is 234, green value is 178 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #eab268 hue: 0.09 , saturation: 0.76 and the lightness value of eab268 is 0.66.

The process color (four color CMYK) of #eab268 color hex is 0.00, 0.24, 0.56, 0.08. Web safe color of #eab268 is #ff9966. Color #eab268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01101000
Octal 352 262 150
Decimal 234 178 104
Hex EA B2 68

RGB Percentages of Color #eab268

%45.35
%34.50
%20.16

CMYK Percentages of Color #eab268

%0
%24
%56
%8

Triadic Colors of #eab268

#eab268 #68eab2 #b268ea

Analogous Colors of #eab268

#eab268 #e1ea68 #ea7168

Monochromatic Colors of #eab268

#eab268

Complementary Color

#eab268 #68a0ea

#eab268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab268 Color CSS Codes

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

#eab268 Text Font Color

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

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


#eab268 Background Color

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

This div background color is #eab268


#eab268 Border Color

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

This div border color is #eab268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab268


Comments

No comments written yet.

Please login to write comment.