Color Hex Logo

#eee21d Color Hex

#EEE21D
(238,226,29)
0 Favorites   0 Comments

Color spaces of #eee21d

RGB 23822629
HSL0.160.860.52
HSV57°88°93°
CMYK 0.000.050.88   0.07
XYZ62.678072.658611.8834
Yxy72.65860.42570.4935
Hunter Lab85.2400-17.916851.4023
CIE-Lab88.2846-14.296084.2233

#eee21d color RGB value is (238,226,29).

#eee21d hex color red value is 238, green value is 226 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eee21d hue: 0.16 , saturation: 0.86 and the lightness value of eee21d is 0.52.

The process color (four color CMYK) of #eee21d color hex is 0.00, 0.05, 0.88, 0.07. Web safe color of #eee21d is #ffcc33. Color #eee21d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 00011101
Octal 356 342 35
Decimal 238 226 29
Hex EE E2 1D

RGB Percentages of Color #eee21d

%48.28
%45.84
%5.88

CMYK Percentages of Color #eee21d

%0
%5
%88
%7

Triadic Colors of #eee21d

#eee21d #1deee2 #e21dee

Analogous Colors of #eee21d

#eee21d #92ee1d #ee7a1d

Monochromatic Colors of #eee21d

#eee21d

Complementary Color

#eee21d #1d29ee

#eee21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee21d Color CSS Codes

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

#eee21d Text Font Color

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

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


#eee21d Background Color

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

This div background color is #eee21d


#eee21d Border Color

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

This div border color is #eee21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee21d


Comments

No comments written yet.

Please login to write comment.