color codes Logo

#eee28d color codes

#EEE28D
(238,226,141)
0 Favorites   0 Comments

Color spaces of #eee28d

RGB 238226141
HSL0.150.740.74
HSV53°41°93°
CMYK 0.000.050.41   0.07
XYZ67.264074.492936.0327
Yxy74.49290.37830.4190
Hunter Lab86.3093-11.929635.6639
CIE-Lab89.1549-7.681842.9634

#eee28d color RGB value is (238,226,141).

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

The process color (four color CMYK) of #eee28d color code is 0.00, 0.05, 0.41, 0.07. Web safe color of #eee28d is #ffcc99. Color #eee28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 10001101
Octal 356 342 215
Decimal 238 226 141
Hex EE E2 8D

RGB Percentages of Color #eee28d

%39.34
%37.36
%23.31

CMYK Percentages of Color #eee28d

%0
%5
%41
%7

Triadic Colors of #eee28d

#eee28d #8deee2 #e28dee

Analogous Colors of #eee28d

#eee28d #caee8d #eeb28d

Monochromatic Colors of #eee28d

#eee28d

Complementary Color

#eee28d #8d99ee

#eee28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee28d Color CSS Codes

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

#eee28d Text Font Color

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

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


#eee28d Background Color

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

This div background color is #eee28d


#eee28d Border Color

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

This div border color is #eee28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee28d


Comments

No comments written yet.

Please login to write comment.