Color Hex Logo

#eee45b Color Hex

#EEE45B
(238,228,91)
0 Favorites   0 Comments

Color spaces of #eee45b

RGB 23822891
HSL0.160.810.65
HSV56°62°93°
CMYK 0.000.040.62   0.07
XYZ64.891674.419320.8417
Yxy74.41930.40520.4647
Hunter Lab86.2666-16.695146.0624
CIE-Lab89.1203-12.833765.9795

#eee45b color RGB value is (238,228,91).

#eee45b hex color red value is 238, green value is 228 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eee45b hue: 0.16 , saturation: 0.81 and the lightness value of eee45b is 0.65.

The process color (four color CMYK) of #eee45b color hex is 0.00, 0.04, 0.62, 0.07. Web safe color of #eee45b is #ffcc66. Color #eee45b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100100 01011011
Octal 356 344 133
Decimal 238 228 91
Hex EE E4 5B

RGB Percentages of Color #eee45b

%42.73
%40.93
%16.34

CMYK Percentages of Color #eee45b

%0
%4
%62
%7

Triadic Colors of #eee45b

#eee45b #5beee4 #e45bee

Analogous Colors of #eee45b

#eee45b #afee5b #ee9b5b

Monochromatic Colors of #eee45b

#eee45b

Complementary Color

#eee45b #5b65ee

#eee45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee45b Color CSS Codes

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

#eee45b Text Font Color

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

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


#eee45b Background Color

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

This div background color is #eee45b


#eee45b Border Color

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

This div border color is #eee45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee45b


Comments

No comments written yet.

Please login to write comment.