Color Hex Logo

#eeea80 Color Hex

#EEEA80
(238,234,128)
0 Favorites   0 Comments

Color spaces of #eeea80

RGB 238234128
HSL0.160.760.72
HSV58°46°93°
CMYK 0.000.020.46   0.07
XYZ68.579078.581331.9753
Yxy78.58130.38280.4387
Hunter Lab88.6461-17.038340.6659
CIE-Lab91.0445-12.941651.6218

#eeea80 color RGB value is (238,234,128).

#eeea80 hex color red value is 238, green value is 234 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #eeea80 hue: 0.16 , saturation: 0.76 and the lightness value of eeea80 is 0.72.

The process color (four color CMYK) of #eeea80 color hex is 0.00, 0.02, 0.46, 0.07. Web safe color of #eeea80 is #ffff99. Color #eeea80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 10000000
Octal 356 352 200
Decimal 238 234 128
Hex EE EA 80

RGB Percentages of Color #eeea80

%39.67
%39.00
%21.33

CMYK Percentages of Color #eeea80

%0
%2
%46
%7

Triadic Colors of #eeea80

#eeea80 #80eeea #ea80ee

Analogous Colors of #eeea80

#eeea80 #bbee80 #eeb380

Monochromatic Colors of #eeea80

#eeea80

Complementary Color

#eeea80 #8084ee

#eeea80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeea80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeea80 Color CSS Codes

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

#eeea80 Text Font Color

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

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


#eeea80 Background Color

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

This div background color is #eeea80


#eeea80 Border Color

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

This div border color is #eeea80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeea80


Comments

No comments written yet.

Please login to write comment.