Color Hex Logo

#e6adab Color Hex

#E6ADAB
(230,173,171)
0 Favorites   0 Comments

Color spaces of #e6adab

RGB 230173171
HSL0.010.540.79
HSV26°90°
CMYK 0.000.250.26   0.10
XYZ54.927449.650445.2166
Yxy49.65040.36670.3315
Hunter Lab70.463015.834111.2773
CIE-Lab75.854220.54999.1554

#e6adab color RGB value is (230,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 10101011
Octal 346 255 253
Decimal 230 173 171
Hex E6 AD AB

RGB Percentages of Color #e6adab

%40.07
%30.14
%29.79

CMYK Percentages of Color #e6adab

%0
%25
%26
%10

Triadic Colors of #e6adab

#e6adab #abe6ad #adabe6

Analogous Colors of #e6adab

#e6adab #e6cbab #e6abc7

Monochromatic Colors of #e6adab

#e6adab

Complementary Color

#e6adab #abe4e6

#e6adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6adab Color CSS Codes

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

#e6adab Text Font Color

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

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


#e6adab Background Color

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

This div background color is #e6adab


#e6adab Border Color

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

This div border color is #e6adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6adab


Comments

No comments written yet.

Please login to write comment.