Color Hex Logo

#eeed46 Color Hex

#EEED46
(238,237,70)
0 Favorites   0 Comments

Color spaces of #eeed46

RGB 23823770
HSL0.170.830.60
HSV60°71°93°
CMYK 0.000.000.71   0.07
XYZ66.649679.187717.5663
Yxy79.18770.40790.4846
Hunter Lab88.9875-22.035650.5873
CIE-Lab91.3192-18.371176.1559

#eeed46 color RGB value is (238,237,70).

#eeed46 hex color red value is 238, green value is 237 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #eeed46 hue: 0.17 , saturation: 0.83 and the lightness value of eeed46 is 0.60.

The process color (four color CMYK) of #eeed46 color hex is 0.00, 0.00, 0.71, 0.07. Web safe color of #eeed46 is #ffff33. Color #eeed46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 01000110
Octal 356 355 106
Decimal 238 237 70
Hex EE ED 46

RGB Percentages of Color #eeed46

%43.67
%43.49
%12.84

CMYK Percentages of Color #eeed46

%0
%0
%71
%7

Triadic Colors of #eeed46

#eeed46 #46eeed #ed46ee

Analogous Colors of #eeed46

#eeed46 #9bee46 #ee9946

Monochromatic Colors of #eeed46

#eeed46

Complementary Color

#eeed46 #4647ee

#eeed46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeed46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeed46 Color CSS Codes

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

#eeed46 Text Font Color

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

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


#eeed46 Background Color

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

This div background color is #eeed46


#eeed46 Border Color

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

This div border color is #eeed46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeed46


Comments

No comments written yet.

Please login to write comment.