Color Hex Logo

#e7ce70 Color Hex

#E7CE70
(231,206,112)
0 Favorites   0 Comments

Color spaces of #e7ce70

RGB 231206112
HSL0.130.710.67
HSV47°52°91°
CMYK 0.000.110.52   0.09
XYZ57.950962.301424.3003
Yxy62.30140.40090.4310
Hunter Lab78.9312-7.075936.9984
CIE-Lab83.0734-3.062149.5015

#e7ce70 color RGB value is (231,206,112).

#e7ce70 hex color red value is 231, green value is 206 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e7ce70 hue: 0.13 , saturation: 0.71 and the lightness value of e7ce70 is 0.67.

The process color (four color CMYK) of #e7ce70 color hex is 0.00, 0.11, 0.52, 0.09. Web safe color of #e7ce70 is #ffcc66. Color #e7ce70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001110 01110000
Octal 347 316 160
Decimal 231 206 112
Hex E7 CE 70

RGB Percentages of Color #e7ce70

%42.08
%37.52
%20.40

CMYK Percentages of Color #e7ce70

%0
%11
%52
%9

Triadic Colors of #e7ce70

#e7ce70 #70e7ce #ce70e7

Analogous Colors of #e7ce70

#e7ce70 #c5e770 #e79370

Monochromatic Colors of #e7ce70

#e7ce70

Complementary Color

#e7ce70 #7089e7

#e7ce70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ce70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ce70 Color CSS Codes

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

#e7ce70 Text Font Color

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

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


#e7ce70 Background Color

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

This div background color is #e7ce70


#e7ce70 Border Color

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

This div border color is #e7ce70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,206,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7ce70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7ce70;
  -webkit-box-shadow: 1px 1px 3px 2px #e7ce70;
  box-shadow:         1px 1px 3px 2px #e7ce70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,206,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ce70


Comments

No comments written yet.

Please login to write comment.