Color Hex Logo

#eee68c Color Hex

#EEE68C
(238,230,140)
0 Favorites   0 Comments

Color spaces of #eee68c

RGB 238230140
HSL0.150.740.74
HSV55°41°93°
CMYK 0.000.030.41   0.07
XYZ68.290376.664236.0093
Yxy76.66420.37740.4236
Hunter Lab87.5581-14.006936.9070
CIE-Lab90.1668-9.788744.7380

#eee68c color RGB value is (238,230,140).

#eee68c hex color red value is 238, green value is 230 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eee68c hue: 0.15 , saturation: 0.74 and the lightness value of eee68c is 0.74.

The process color (four color CMYK) of #eee68c color hex is 0.00, 0.03, 0.41, 0.07. Web safe color of #eee68c is #ffff99. Color #eee68c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100110 10001100
Octal 356 346 214
Decimal 238 230 140
Hex EE E6 8C

RGB Percentages of Color #eee68c

%39.14
%37.83
%23.03

CMYK Percentages of Color #eee68c

%0
%3
%41
%7

Triadic Colors of #eee68c

#eee68c #8ceee6 #e68cee

Analogous Colors of #eee68c

#eee68c #c5ee8c #eeb58c

Monochromatic Colors of #eee68c

#eee68c

Complementary Color

#eee68c #8c94ee

#eee68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee68c Color CSS Codes

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

#eee68c Text Font Color

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

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


#eee68c Background Color

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

This div background color is #eee68c


#eee68c Border Color

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

This div border color is #eee68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee68c


Comments

No comments written yet.

Please login to write comment.