Color Hex Logo

#e7cb82 Color Hex

#E7CB82
(231,203,130)
0 Favorites   0 Comments

Color spaces of #e7cb82

RGB 231203130
HSL0.120.680.71
HSV43°44°91°
CMYK 0.000.120.44   0.09
XYZ58.340261.312529.8787
Yxy61.31250.39020.4100
Hunter Lab78.3023-4.035232.1876
CIE-Lab82.54650.156739.9414

#e7cb82 color RGB value is (231,203,130).

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

The process color (four color CMYK) of #e7cb82 color hex is 0.00, 0.12, 0.44, 0.09. Web safe color of #e7cb82 is #ffcc99. Color #e7cb82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001011 10000010
Octal 347 313 202
Decimal 231 203 130
Hex E7 CB 82

RGB Percentages of Color #e7cb82

%40.96
%35.99
%23.05

CMYK Percentages of Color #e7cb82

%0
%12
%44
%9

Triadic Colors of #e7cb82

#e7cb82 #82e7cb #cb82e7

Analogous Colors of #e7cb82

#e7cb82 #d1e782 #e79982

Monochromatic Colors of #e7cb82

#e7cb82

Complementary Color

#e7cb82 #829ee7

#e7cb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cb82 Color CSS Codes

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

#e7cb82 Text Font Color

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

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


#e7cb82 Background Color

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

This div background color is #e7cb82


#e7cb82 Border Color

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

This div border color is #e7cb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cb82

#e7cb82 Color Palettes


Comments

No comments written yet.

Please login to write comment.