Color Hex Logo

#eeb46b Color Hex

#EEB46B
(238,180,107)
0 Favorites   0 Comments

Color spaces of #eeb46b

RGB 238180107
HSL0.090.790.68
HSV33°55°93°
CMYK 0.000.240.55   0.07
XYZ54.235051.881221.0655
Yxy51.88120.42640.4079
Hunter Lab72.02868.354133.0801
CIE-Lab77.209712.949545.0330

#eeb46b color RGB value is (238,180,107).

#eeb46b hex color red value is 238, green value is 180 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eeb46b hue: 0.09 , saturation: 0.79 and the lightness value of eeb46b is 0.68.

The process color (four color CMYK) of #eeb46b color hex is 0.00, 0.24, 0.55, 0.07. Web safe color of #eeb46b is #ffcc66. Color #eeb46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110100 01101011
Octal 356 264 153
Decimal 238 180 107
Hex EE B4 6B

RGB Percentages of Color #eeb46b

%45.33
%34.29
%20.38

CMYK Percentages of Color #eeb46b

%0
%24
%55
%7

Triadic Colors of #eeb46b

#eeb46b #6beeb4 #b46bee

Analogous Colors of #eeb46b

#eeb46b #e7ee6b #ee736b

Monochromatic Colors of #eeb46b

#eeb46b

Complementary Color

#eeb46b #6ba5ee

#eeb46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb46b Color CSS Codes

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

#eeb46b Text Font Color

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

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


#eeb46b Background Color

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

This div background color is #eeb46b


#eeb46b Border Color

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

This div border color is #eeb46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb46b

#eeb46b Color Palettes


Comments

No comments written yet.

Please login to write comment.