Color Hex Logo

#eee68b Color Hex

#EEE68B
(238,230,139)
0 Favorites   0 Comments

Color spaces of #eee68b

RGB 238230139
HSL0.150.740.74
HSV55°42°93°
CMYK 0.000.030.42   0.07
XYZ68.216976.634935.6227
Yxy76.63490.37800.4246
Hunter Lab87.5414-14.100737.1524
CIE-Lab90.1533-9.890945.2114

#eee68b color RGB value is (238,230,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100110 10001011
Octal 356 346 213
Decimal 238 230 139
Hex EE E6 8B

RGB Percentages of Color #eee68b

%39.21
%37.89
%22.90

CMYK Percentages of Color #eee68b

%0
%3
%42
%7

Triadic Colors of #eee68b

#eee68b #8beee6 #e68bee

Analogous Colors of #eee68b

#eee68b #c5ee8b #eeb58b

Monochromatic Colors of #eee68b

#eee68b

Complementary Color

#eee68b #8b93ee

#eee68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee68b Color CSS Codes

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

#eee68b Text Font Color

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

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


#eee68b Background Color

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

This div background color is #eee68b


#eee68b Border Color

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

This div border color is #eee68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee68b


Comments

No comments written yet.

Please login to write comment.