Color Hex Logo

#e8cb80 Color Hex

#E8CB80
(232,203,128)
0 Favorites   0 Comments

Color spaces of #e8cb80

RGB 232203128
HSL0.120.690.71
HSV43°45°91°
CMYK 0.000.130.45   0.09
XYZ58.530961.426229.1936
Yxy61.42620.39240.4118
Hunter Lab78.3749-3.851032.7777
CIE-Lab82.60730.356841.0474

#e8cb80 color RGB value is (232,203,128).

#e8cb80 hex color red value is 232, green value is 203 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e8cb80 hue: 0.12 , saturation: 0.69 and the lightness value of e8cb80 is 0.71.

The process color (four color CMYK) of #e8cb80 color hex is 0.00, 0.13, 0.45, 0.09. Web safe color of #e8cb80 is #ffcc99. Color #e8cb80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001011 10000000
Octal 350 313 200
Decimal 232 203 128
Hex E8 CB 80

RGB Percentages of Color #e8cb80

%41.21
%36.06
%22.74

CMYK Percentages of Color #e8cb80

%0
%13
%45
%9

Triadic Colors of #e8cb80

#e8cb80 #80e8cb #cb80e8

Analogous Colors of #e8cb80

#e8cb80 #d1e880 #e89780

Monochromatic Colors of #e8cb80

#e8cb80

Complementary Color

#e8cb80 #809de8

#e8cb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cb80 Color CSS Codes

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

#e8cb80 Text Font Color

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

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


#e8cb80 Background Color

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

This div background color is #e8cb80


#e8cb80 Border Color

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

This div border color is #e8cb80


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,203,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 #e8cb80">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cb80

#e8cb80 Color Palettes


Comments

No comments written yet.

Please login to write comment.