Color Hex Logo

#e8cb6e Color Hex

#E8CB6E
(232,203,110)
0 Favorites   0 Comments

Color spaces of #e8cb6e

RGB 232203110
HSL0.130.730.67
HSV46°53°91°
CMYK 0.000.130.53   0.09
XYZ57.449160.993523.4969
Yxy60.99350.40470.4297
Hunter Lab78.0983-5.367636.8307
CIE-Lab82.3752-1.280049.6496

#e8cb6e color RGB value is (232,203,110).

#e8cb6e hex color red value is 232, green value is 203 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e8cb6e hue: 0.13 , saturation: 0.73 and the lightness value of e8cb6e is 0.67.

The process color (four color CMYK) of #e8cb6e color hex is 0.00, 0.13, 0.53, 0.09. Web safe color of #e8cb6e is #ffcc66. Color #e8cb6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001011 01101110
Octal 350 313 156
Decimal 232 203 110
Hex E8 CB 6E

RGB Percentages of Color #e8cb6e

%42.57
%37.25
%20.18

CMYK Percentages of Color #e8cb6e

%0
%13
%53
%9

Triadic Colors of #e8cb6e

#e8cb6e #6ee8cb #cb6ee8

Analogous Colors of #e8cb6e

#e8cb6e #c8e86e #e88e6e

Monochromatic Colors of #e8cb6e

#e8cb6e

Complementary Color

#e8cb6e #6e8be8

#e8cb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cb6e Color CSS Codes

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

#e8cb6e Text Font Color

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

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


#e8cb6e Background Color

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

This div background color is #e8cb6e


#e8cb6e Border Color

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

This div border color is #e8cb6e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,203,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cb6e


Comments

No comments written yet.

Please login to write comment.