Color Hex Logo

#eee02b Color Hex

#EEE02B
(238,224,43)
0 Favorites   0 Comments

Color spaces of #eee02b

RGB 23822443
HSL0.150.850.55
HSV56°82°93°
CMYK 0.000.060.82   0.07
XYZ62.351671.662912.8315
Yxy71.66290.42460.4880
Hunter Lab84.6539-16.670850.2708
CIE-Lab87.8061-12.990180.9211

#eee02b color RGB value is (238,224,43).

#eee02b hex color red value is 238, green value is 224 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #eee02b hue: 0.15 , saturation: 0.85 and the lightness value of eee02b is 0.55.

The process color (four color CMYK) of #eee02b color hex is 0.00, 0.06, 0.82, 0.07. Web safe color of #eee02b is #ffcc33. Color #eee02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 00101011
Octal 356 340 53
Decimal 238 224 43
Hex EE E0 2B

RGB Percentages of Color #eee02b

%47.13
%44.36
%8.51

CMYK Percentages of Color #eee02b

%0
%6
%82
%7

Triadic Colors of #eee02b

#eee02b #2beee0 #e02bee

Analogous Colors of #eee02b

#eee02b #9bee2b #ee7f2b

Monochromatic Colors of #eee02b

#eee02b

Complementary Color

#eee02b #2b39ee

#eee02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee02b Color CSS Codes

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

#eee02b Text Font Color

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

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


#eee02b Background Color

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

This div background color is #eee02b


#eee02b Border Color

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

This div border color is #eee02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee02b


Comments

No comments written yet.

Please login to write comment.