Color Hex Logo

#eee769 Color Hex

#EEE769
(238,231,105)
0 Favorites   0 Comments

Color spaces of #eee769

RGB 238231105
HSL0.160.800.67
HSV57°56°93°
CMYK 0.000.030.56   0.07
XYZ66.385676.348924.6025
Yxy76.34890.39670.4563
Hunter Lab87.3779-17.295344.4705
CIE-Lab90.0211-13.363360.9793

#eee769 color RGB value is (238,231,105).

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

The process color (four color CMYK) of #eee769 color hex is 0.00, 0.03, 0.56, 0.07. Web safe color of #eee769 is #ffff66. Color #eee769 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100111 01101001
Octal 356 347 151
Decimal 238 231 105
Hex EE E7 69

RGB Percentages of Color #eee769

%41.46
%40.24
%18.29

CMYK Percentages of Color #eee769

%0
%3
%56
%7

Triadic Colors of #eee769

#eee769 #69eee7 #e769ee

Analogous Colors of #eee769

#eee769 #b3ee69 #eea569

Monochromatic Colors of #eee769

#eee769

Complementary Color

#eee769 #6970ee

#eee769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee769 Color CSS Codes

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

#eee769 Text Font Color

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

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


#eee769 Background Color

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

This div background color is #eee769


#eee769 Border Color

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

This div border color is #eee769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee769


Comments

No comments written yet.

Please login to write comment.