Color Hex Logo

#eeb294 Color Hex

#EEB294
(238,178,148)
0 Favorites   0 Comments

Color spaces of #eeb294

RGB 238178148
HSL0.060.730.76
HSV20°38°93°
CMYK 0.000.250.38   0.07
XYZ56.525652.156135.1049
Yxy52.15610.39310.3627
Hunter Lab72.219213.327521.7332
CIE-Lab77.374117.999323.8493

#eeb294 color RGB value is (238,178,148).

#eeb294 hex color red value is 238, green value is 178 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #eeb294 hue: 0.06 , saturation: 0.73 and the lightness value of eeb294 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 10010100
Octal 356 262 224
Decimal 238 178 148
Hex EE B2 94

RGB Percentages of Color #eeb294

%42.20
%31.56
%26.24

CMYK Percentages of Color #eeb294

%0
%25
%38
%7

Triadic Colors of #eeb294

#eeb294 #94eeb2 #b294ee

Analogous Colors of #eeb294

#eeb294 #eedf94 #ee94a3

Monochromatic Colors of #eeb294

#eeb294

Complementary Color

#eeb294 #94d0ee

#eeb294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb294 Color CSS Codes

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

#eeb294 Text Font Color

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

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


#eeb294 Background Color

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

This div background color is #eeb294


#eeb294 Border Color

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

This div border color is #eeb294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb294


Comments

No comments written yet.

Please login to write comment.