Color Hex Logo

#e6e485 Color Hex

#E6E485
(230,228,133)
0 Favorites   0 Comments

Color spaces of #e6e485

RGB 230228133
HSL0.160.660.71
HSV59°42°90°
CMYK 0.000.010.42   0.10
XYZ64.610274.003333.0690
Yxy74.00330.37630.4310
Hunter Lab86.0252-16.479637.4259
CIE-Lab88.9240-12.625246.4671

#e6e485 color RGB value is (230,228,133).

#e6e485 hex color red value is 230, green value is 228 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e6e485 hue: 0.16 , saturation: 0.66 and the lightness value of e6e485 is 0.71.

The process color (four color CMYK) of #e6e485 color hex is 0.00, 0.01, 0.42, 0.10. Web safe color of #e6e485 is #ffcc99. Color #e6e485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11100100 10000101
Octal 346 344 205
Decimal 230 228 133
Hex E6 E4 85

RGB Percentages of Color #e6e485

%38.92
%38.58
%22.50

CMYK Percentages of Color #e6e485

%0
%1
%42
%10

Triadic Colors of #e6e485

#e6e485 #85e6e4 #e485e6

Analogous Colors of #e6e485

#e6e485 #b8e685 #e6b485

Monochromatic Colors of #e6e485

#e6e485

Complementary Color

#e6e485 #8587e6

#e6e485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6e485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6e485 Color CSS Codes

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

#e6e485 Text Font Color

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

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


#e6e485 Background Color

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

This div background color is #e6e485


#e6e485 Border Color

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

This div border color is #e6e485


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,228,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6e485; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6e485;
  -webkit-box-shadow: 1px 1px 3px 2px #e6e485;
  box-shadow:         1px 1px 3px 2px #e6e485; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,228,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6e485


Comments

No comments written yet.

Please login to write comment.