Color Hex Logo

#eec68d Color Hex

#EEC68D
(238,198,141)
0 Favorites   0 Comments

Color spaces of #eec68d

RGB 238198141
HSL0.100.740.74
HSV35°41°93°
CMYK 0.000.170.41   0.07
XYZ60.261760.488433.6986
Yxy60.48840.39020.3916
Hunter Lab77.77432.201828.7524
CIE-Lab82.10296.683233.8587

#eec68d color RGB value is (238,198,141).

#eec68d hex color red value is 238, green value is 198 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #eec68d hue: 0.10 , saturation: 0.74 and the lightness value of eec68d is 0.74.

The process color (four color CMYK) of #eec68d color hex is 0.00, 0.17, 0.41, 0.07. Web safe color of #eec68d is #ffcc99. Color #eec68d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 10001101
Octal 356 306 215
Decimal 238 198 141
Hex EE C6 8D

RGB Percentages of Color #eec68d

%41.25
%34.32
%24.44

CMYK Percentages of Color #eec68d

%0
%17
%41
%7

Triadic Colors of #eec68d

#eec68d #8deec6 #c68dee

Analogous Colors of #eec68d

#eec68d #e6ee8d #ee968d

Monochromatic Colors of #eec68d

#eec68d

Complementary Color

#eec68d #8db5ee

#eec68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec68d Color CSS Codes

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

#eec68d Text Font Color

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

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


#eec68d Background Color

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

This div background color is #eec68d


#eec68d Border Color

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

This div border color is #eec68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec68d


Comments

No comments written yet.

Please login to write comment.