Color Hex Logo

#eeb069 Color Hex

#EEB069
(238,176,105)
0 Favorites   0 Comments

Color spaces of #eeb069

RGB 238176105
HSL0.090.800.67
HSV32°56°93°
CMYK 0.000.260.56   0.07
XYZ53.335050.247720.2523
Yxy50.24770.43070.4058
Hunter Lab70.885610.255332.6805
CIE-Lab76.221014.904344.8363

#eeb069 color RGB value is (238,176,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01101001
Octal 356 260 151
Decimal 238 176 105
Hex EE B0 69

RGB Percentages of Color #eeb069

%45.86
%33.91
%20.23

CMYK Percentages of Color #eeb069

%0
%26
%56
%7

Triadic Colors of #eeb069

#eeb069 #69eeb0 #b069ee

Analogous Colors of #eeb069

#eeb069 #eaee69 #ee6e69

Monochromatic Colors of #eeb069

#eeb069

Complementary Color

#eeb069 #69a7ee

#eeb069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb069 Color CSS Codes

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

#eeb069 Text Font Color

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

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


#eeb069 Background Color

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

This div background color is #eeb069


#eeb069 Border Color

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

This div border color is #eeb069


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,176,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb069

#eeb069 Color Palettes


Comments

No comments written yet.

Please login to write comment.