Color Hex Logo

#e6adad Color Hex

#E6ADAD
(230,173,173)
0 Favorites   0 Comments

Color spaces of #e6adad

RGB 230173173
HSL0.000.530.79
HSV25°90°
CMYK 0.000.250.25   0.10
XYZ55.119549.727346.2284
Yxy49.72730.36480.3292
Hunter Lab70.517616.117310.4942
CIE-Lab75.901620.83058.1323

#e6adad color RGB value is (230,173,173).

#e6adad hex color red value is 230, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e6adad hue: 0.00 , saturation: 0.53 and the lightness value of e6adad is 0.79.

The process color (four color CMYK) of #e6adad color hex is 0.00, 0.25, 0.25, 0.10. Web safe color of #e6adad is #ff9999. Color #e6adad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 10101101
Octal 346 255 255
Decimal 230 173 173
Hex E6 AD AD

RGB Percentages of Color #e6adad

%39.93
%30.03
%30.03

CMYK Percentages of Color #e6adad

%0
%25
%25
%10

Triadic Colors of #e6adad

#e6adad #ade6ad #adade6

Analogous Colors of #e6adad

#e6adad #e6caad #e6adca

Monochromatic Colors of #e6adad

#e6adad

Complementary Color

#e6adad #ade6e6

#e6adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6adad Color CSS Codes

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

#e6adad Text Font Color

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

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


#e6adad Background Color

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

This div background color is #e6adad


#e6adad Border Color

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

This div border color is #e6adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6adad

#e6adad Color Palettes


Comments

No comments written yet.

Please login to write comment.