Color Hex Logo

#eea768 Color Hex

#EEA768
(238,167,104)
0 Favorites   0 Comments

Color spaces of #eea768

RGB 238167104
HSL0.080.800.67
HSV28°56°93°
CMYK 0.000.300.56   0.07
XYZ51.577346.814119.4143
Yxy46.81410.43780.3974
Hunter Lab68.420814.821231.0711
CIE-Lab74.070719.591942.7257

#eea768 color RGB value is (238,167,104).

#eea768 hex color red value is 238, green value is 167 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #eea768 hue: 0.08 , saturation: 0.80 and the lightness value of eea768 is 0.67.

The process color (four color CMYK) of #eea768 color hex is 0.00, 0.30, 0.56, 0.07. Web safe color of #eea768 is #ff9966. Color #eea768 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 01101000
Octal 356 247 150
Decimal 238 167 104
Hex EE A7 68

RGB Percentages of Color #eea768

%46.76
%32.81
%20.43

CMYK Percentages of Color #eea768

%0
%30
%56
%7

Triadic Colors of #eea768

#eea768 #68eea7 #a768ee

Analogous Colors of #eea768

#eea768 #eeea68 #ee686c

Monochromatic Colors of #eea768

#eea768

Complementary Color

#eea768 #68afee

#eea768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea768 Color CSS Codes

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

#eea768 Text Font Color

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

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


#eea768 Background Color

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

This div background color is #eea768


#eea768 Border Color

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

This div border color is #eea768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea768


Comments

No comments written yet.

Please login to write comment.