Color Hex Logo

#eee12b Color Hex

#EEE12B
(238,225,43)
0 Favorites   0 Comments

Color spaces of #eee12b

RGB 23822543
HSL0.160.850.55
HSV56°82°93°
CMYK 0.000.050.82   0.07
XYZ62.621272.202012.9214
Yxy72.20200.42380.4887
Hunter Lab84.9718-17.152450.4642
CIE-Lab88.0657-13.484081.1403

#eee12b color RGB value is (238,225,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 00101011
Octal 356 341 53
Decimal 238 225 43
Hex EE E1 2B

RGB Percentages of Color #eee12b

%47.04
%44.47
%8.50

CMYK Percentages of Color #eee12b

%0
%5
%82
%7

Triadic Colors of #eee12b

#eee12b #2beee1 #e12bee

Analogous Colors of #eee12b

#eee12b #9aee2b #ee802b

Monochromatic Colors of #eee12b

#eee12b

Complementary Color

#eee12b #2b38ee

#eee12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee12b Color CSS Codes

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

#eee12b Text Font Color

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

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


#eee12b Background Color

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

This div background color is #eee12b


#eee12b Border Color

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

This div border color is #eee12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee12b


Comments

No comments written yet.

Please login to write comment.