Color Hex Logo

#eeae13 Color Hex

#EEAE13
(238,174,19)
0 Favorites   0 Comments

Color spaces of #eeae13

RGB 23817419
HSL0.120.870.50
HSV42°92°93°
CMYK 0.000.270.92   0.07
XYZ50.513548.49637.3145
Yxy48.49630.47510.4561
Hunter Lab69.63937.607942.5200
CIE-Lab75.136912.172975.8299

#eeae13 color RGB value is (238,174,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 00010011
Octal 356 256 23
Decimal 238 174 19
Hex EE AE 13

RGB Percentages of Color #eeae13

%55.22
%40.37
%4.41

CMYK Percentages of Color #eeae13

%0
%27
%92
%7

Triadic Colors of #eeae13

#eeae13 #13eeae #ae13ee

Analogous Colors of #eeae13

#eeae13 #c1ee13 #ee4113

Monochromatic Colors of #eeae13

#eeae13

Complementary Color

#eeae13 #1353ee

#eeae13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeae13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeae13 Color CSS Codes

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

#eeae13 Text Font Color

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

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


#eeae13 Background Color

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

This div background color is #eeae13


#eeae13 Border Color

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

This div border color is #eeae13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeae13

#eeae13 Color Palettes


Comments

No comments written yet.

Please login to write comment.