Color Hex Logo

#eeb280 Color Hex

#EEB280
(238,178,128)
0 Favorites   0 Comments

Color spaces of #eeb280

RGB 238178128
HSL0.080.760.72
HSV27°46°93°
CMYK 0.000.250.46   0.07
XYZ55.076651.576427.4745
Yxy51.57640.41060.3845
Hunter Lab71.816711.213327.5895
CIE-Lab77.026915.872034.0087

#eeb280 color RGB value is (238,178,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 10000000
Octal 356 262 200
Decimal 238 178 128
Hex EE B2 80

RGB Percentages of Color #eeb280

%43.75
%32.72
%23.53

CMYK Percentages of Color #eeb280

%0
%25
%46
%7

Triadic Colors of #eeb280

#eeb280 #80eeb2 #b280ee

Analogous Colors of #eeb280

#eeb280 #eee980 #ee8085

Monochromatic Colors of #eeb280

#eeb280

Complementary Color

#eeb280 #80bcee

#eeb280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb280 Color CSS Codes

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

#eeb280 Text Font Color

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

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


#eeb280 Background Color

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

This div background color is #eeb280


#eeb280 Border Color

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

This div border color is #eeb280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb280


Comments

No comments written yet.

Please login to write comment.