Color Hex Logo

#eeb298 Color Hex

#EEB298
(238,178,152)
0 Favorites   0 Comments

Color spaces of #eeb298

RGB 238178152
HSL0.050.720.76
HSV18°36°93°
CMYK 0.000.250.36   0.07
XYZ56.847852.284936.8016
Yxy52.28490.38950.3583
Hunter Lab72.308313.794720.4399
CIE-Lab77.450918.465621.8069

#eeb298 color RGB value is (238,178,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 10011000
Octal 356 262 230
Decimal 238 178 152
Hex EE B2 98

RGB Percentages of Color #eeb298

%41.90
%31.34
%26.76

CMYK Percentages of Color #eeb298

%0
%25
%36
%7

Triadic Colors of #eeb298

#eeb298 #98eeb2 #b298ee

Analogous Colors of #eeb298

#eeb298 #eedd98 #ee98a9

Monochromatic Colors of #eeb298

#eeb298

Complementary Color

#eeb298 #98d4ee

#eeb298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb298 Color CSS Codes

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

#eeb298 Text Font Color

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

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


#eeb298 Background Color

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

This div background color is #eeb298


#eeb298 Border Color

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

This div border color is #eeb298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb298

#eeb298 Color Palettes


Comments

No comments written yet.

Please login to write comment.