Color Hex Logo

#eeae04 Color Hex

#EEAE04
(238,174,4)
0 Favorites   0 Comments

Color spaces of #eeae04

RGB 2381744
HSL0.120.970.47
HSV44°98°93°
CMYK 0.000.270.98   0.07
XYZ50.417948.45806.8109
Yxy48.45800.47710.4585
Hunter Lab69.61187.462042.9272
CIE-Lab75.112912.020777.6989

#eeae04 color RGB value is (238,174,4).

#eeae04 hex color red value is 238, green value is 174 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #eeae04 hue: 0.12 , saturation: 0.97 and the lightness value of eeae04 is 0.47.

The process color (four color CMYK) of #eeae04 color hex is 0.00, 0.27, 0.98, 0.07. Web safe color of #eeae04 is #ff9900. Color #eeae04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 00000100
Octal 356 256 4
Decimal 238 174 4
Hex EE AE 4

RGB Percentages of Color #eeae04

%57.21
%41.83
%0.96

CMYK Percentages of Color #eeae04

%0
%27
%98
%7

Triadic Colors of #eeae04

#eeae04 #04eeae #ae04ee

Analogous Colors of #eeae04

#eeae04 #b9ee04 #ee3904

Monochromatic Colors of #eeae04

#eeae04

Complementary Color

#eeae04 #0444ee

#eeae04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeae04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeae04 Color CSS Codes

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

#eeae04 Text Font Color

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

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


#eeae04 Background Color

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

This div background color is #eeae04


#eeae04 Border Color

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

This div border color is #eeae04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeae04


Comments

No comments written yet.

Please login to write comment.