Color Hex Logo

#eeab38 Color Hex

#EEAB38
(238,171,56)
0 Favorites   0 Comments

Color spaces of #eeab38

RGB 23817156
HSL0.110.840.58
HSV38°76°93°
CMYK 0.000.280.76   0.07
XYZ50.536647.588510.2633
Yxy47.58850.46630.4391
Hunter Lab68.984410.042839.4681
CIE-Lab74.564614.701365.1255

#eeab38 color RGB value is (238,171,56).

#eeab38 hex color red value is 238, green value is 171 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #eeab38 hue: 0.11 , saturation: 0.84 and the lightness value of eeab38 is 0.58.

The process color (four color CMYK) of #eeab38 color hex is 0.00, 0.28, 0.76, 0.07. Web safe color of #eeab38 is #ff9933. Color #eeab38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 00111000
Octal 356 253 70
Decimal 238 171 56
Hex EE AB 38

RGB Percentages of Color #eeab38

%51.18
%36.77
%12.04

CMYK Percentages of Color #eeab38

%0
%28
%76
%7

Triadic Colors of #eeab38

#eeab38 #38eeab #ab38ee

Analogous Colors of #eeab38

#eeab38 #d6ee38 #ee5038

Monochromatic Colors of #eeab38

#eeab38

Complementary Color

#eeab38 #387bee

#eeab38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeab38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeab38 Color CSS Codes

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

#eeab38 Text Font Color

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

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


#eeab38 Background Color

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

This div background color is #eeab38


#eeab38 Border Color

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

This div border color is #eeab38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeab38


Comments

No comments written yet.

Please login to write comment.