Color Hex Logo

#eeb48f Color Hex

#EEB48F
(238,180,143)
0 Favorites   0 Comments

Color spaces of #eeb48f

RGB 238180143
HSL0.060.740.75
HSV23°40°93°
CMYK 0.000.240.40   0.07
XYZ56.539152.802833.1986
Yxy52.80280.39670.3704
Hunter Lab72.665511.721423.7781
CIE-Lab77.758416.376127.0406

#eeb48f color RGB value is (238,180,143).

#eeb48f hex color red value is 238, green value is 180 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eeb48f hue: 0.06 , saturation: 0.74 and the lightness value of eeb48f is 0.75.

The process color (four color CMYK) of #eeb48f color hex is 0.00, 0.24, 0.40, 0.07. Web safe color of #eeb48f is #ffcc99. Color #eeb48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110100 10001111
Octal 356 264 217
Decimal 238 180 143
Hex EE B4 8F

RGB Percentages of Color #eeb48f

%42.42
%32.09
%25.49

CMYK Percentages of Color #eeb48f

%0
%24
%40
%7

Triadic Colors of #eeb48f

#eeb48f #8feeb4 #b48fee

Analogous Colors of #eeb48f

#eeb48f #eee48f #ee8f9a

Monochromatic Colors of #eeb48f

#eeb48f

Complementary Color

#eeb48f #8fc9ee

#eeb48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb48f Color CSS Codes

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

#eeb48f Text Font Color

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

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


#eeb48f Background Color

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

This div background color is #eeb48f


#eeb48f Border Color

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

This div border color is #eeb48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb48f


Comments

No comments written yet.

Please login to write comment.