Color Hex Logo

#eeab4b Color Hex

#EEAB4B
(238,171,75)
0 Favorites   0 Comments

Color spaces of #eeab4b

RGB 23817175
HSL0.100.830.61
HSV35°68°93°
CMYK 0.000.280.68   0.07
XYZ51.092847.811013.1922
Yxy47.81100.45580.4265
Hunter Lab69.145510.892137.0900
CIE-Lab74.705615.574457.4237

#eeab4b color RGB value is (238,171,75).

#eeab4b hex color red value is 238, green value is 171 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #eeab4b hue: 0.10 , saturation: 0.83 and the lightness value of eeab4b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 01001011
Octal 356 253 113
Decimal 238 171 75
Hex EE AB 4B

RGB Percentages of Color #eeab4b

%49.17
%35.33
%15.50

CMYK Percentages of Color #eeab4b

%0
%28
%68
%7

Triadic Colors of #eeab4b

#eeab4b #4beeab #ab4bee

Analogous Colors of #eeab4b

#eeab4b #e0ee4b #ee5a4b

Monochromatic Colors of #eeab4b

#eeab4b

Complementary Color

#eeab4b #4b8eee

#eeab4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeab4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeab4b Color CSS Codes

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

#eeab4b Text Font Color

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

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


#eeab4b Background Color

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

This div background color is #eeab4b


#eeab4b Border Color

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

This div border color is #eeab4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeab4b


Comments

No comments written yet.

Please login to write comment.