Color Hex Logo

#eeb29b Color Hex

#EEB29B
(238,178,155)
0 Favorites   0 Comments

Color spaces of #eeb29b

RGB 238178155
HSL0.050.710.77
HSV17°35°93°
CMYK 0.000.250.35   0.07
XYZ57.096752.384538.1122
Yxy52.38450.38690.3549
Hunter Lab72.377114.154719.4432
CIE-Lab77.510218.824020.2746

#eeb29b color RGB value is (238,178,155).

#eeb29b hex color red value is 238, green value is 178 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eeb29b hue: 0.05 , saturation: 0.71 and the lightness value of eeb29b is 0.77.

The process color (four color CMYK) of #eeb29b color hex is 0.00, 0.25, 0.35, 0.07. Web safe color of #eeb29b is #ff9999. Color #eeb29b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 10011011
Octal 356 262 233
Decimal 238 178 155
Hex EE B2 9B

RGB Percentages of Color #eeb29b

%41.68
%31.17
%27.15

CMYK Percentages of Color #eeb29b

%0
%25
%35
%7

Triadic Colors of #eeb29b

#eeb29b #9beeb2 #b29bee

Analogous Colors of #eeb29b

#eeb29b #eedc9b #ee9bae

Monochromatic Colors of #eeb29b

#eeb29b

Complementary Color

#eeb29b #9bd7ee

#eeb29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb29b Color CSS Codes

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

#eeb29b Text Font Color

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

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


#eeb29b Background Color

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

This div background color is #eeb29b


#eeb29b Border Color

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

This div border color is #eeb29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb29b


Comments

No comments written yet.

Please login to write comment.