Color Hex Logo

#eeeb64 Color Hex

#EEEB64
(238,235,100)
0 Favorites   0 Comments

Color spaces of #eeeb64

RGB 238235100
HSL0.160.800.66
HSV59°58°93°
CMYK 0.000.010.58   0.07
XYZ67.268578.513923.6659
Yxy78.51390.39700.4634
Hunter Lab88.6081-19.552546.1902
CIE-Lab91.0139-15.684664.2569

#eeeb64 color RGB value is (238,235,100).

#eeeb64 hex color red value is 238, green value is 235 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #eeeb64 hue: 0.16 , saturation: 0.80 and the lightness value of eeeb64 is 0.66.

The process color (four color CMYK) of #eeeb64 color hex is 0.00, 0.01, 0.58, 0.07. Web safe color of #eeeb64 is #ffff66. Color #eeeb64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 01100100
Octal 356 353 144
Decimal 238 235 100
Hex EE EB 64

RGB Percentages of Color #eeeb64

%41.54
%41.01
%17.45

CMYK Percentages of Color #eeeb64

%0
%1
%58
%7

Triadic Colors of #eeeb64

#eeeb64 #64eeeb #eb64ee

Analogous Colors of #eeeb64

#eeeb64 #acee64 #eea664

Monochromatic Colors of #eeeb64

#eeeb64

Complementary Color

#eeeb64 #6467ee

#eeeb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeb64 Color CSS Codes

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

#eeeb64 Text Font Color

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

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


#eeeb64 Background Color

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

This div background color is #eeeb64


#eeeb64 Border Color

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

This div border color is #eeeb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeb64


Comments

No comments written yet.

Please login to write comment.