Color Hex Logo

#eee30b Color Hex

#EEE30B
(238,227,11)
0 Favorites   0 Comments

Color spaces of #eee30b

RGB 23822711
HSL0.160.910.49
HSV57°95°93°
CMYK 0.000.050.95   0.07
XYZ62.789473.139511.1246
Yxy73.13950.42700.4974
Hunter Lab85.5216-18.609452.1527
CIE-Lab88.5142-15.027986.6984

#eee30b color RGB value is (238,227,11).

#eee30b hex color red value is 238, green value is 227 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eee30b hue: 0.16 , saturation: 0.91 and the lightness value of eee30b is 0.49.

The process color (four color CMYK) of #eee30b color hex is 0.00, 0.05, 0.95, 0.07. Web safe color of #eee30b is #ffcc00. Color #eee30b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100011 00001011
Octal 356 343 13
Decimal 238 227 11
Hex EE E3 B

RGB Percentages of Color #eee30b

%50.00
%47.69
%2.31

CMYK Percentages of Color #eee30b

%0
%5
%95
%7

Triadic Colors of #eee30b

#eee30b #0beee3 #e30bee

Analogous Colors of #eee30b

#eee30b #88ee0b #ee720b

Monochromatic Colors of #eee30b

#eee30b

Complementary Color

#eee30b #0b16ee

#eee30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee30b Color CSS Codes

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

#eee30b Text Font Color

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

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


#eee30b Background Color

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

This div background color is #eee30b


#eee30b Border Color

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

This div border color is #eee30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee30b


Comments

No comments written yet.

Please login to write comment.