Color Hex Logo

#eeada2 Color Hex

#EEADA2
(238,173,162)
0 Favorites   0 Comments

Color spaces of #eeada2

RGB 238173162
HSL0.020.690.78
HSV32°93°
CMYK 0.000.270.32   0.07
XYZ56.725150.672940.9735
Yxy50.67290.38230.3415
Hunter Lab71.184917.667715.7025
CIE-Lab76.480422.345315.0566

#eeada2 color RGB value is (238,173,162).

#eeada2 hex color red value is 238, green value is 173 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #eeada2 hue: 0.02 , saturation: 0.69 and the lightness value of eeada2 is 0.78.

The process color (four color CMYK) of #eeada2 color hex is 0.00, 0.27, 0.32, 0.07. Web safe color of #eeada2 is #ff9999. Color #eeada2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10100010
Octal 356 255 242
Decimal 238 173 162
Hex EE AD A2

RGB Percentages of Color #eeada2

%41.54
%30.19
%28.27

CMYK Percentages of Color #eeada2

%0
%27
%32
%7

Triadic Colors of #eeada2

#eeada2 #a2eead #ada2ee

Analogous Colors of #eeada2

#eeada2 #eed3a2 #eea2bd

Monochromatic Colors of #eeada2

#eeada2

Complementary Color

#eeada2 #a2e3ee

#eeada2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeada2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeada2 Color CSS Codes

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

#eeada2 Text Font Color

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

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


#eeada2 Background Color

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

This div background color is #eeada2


#eeada2 Border Color

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

This div border color is #eeada2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeada2


Comments

No comments written yet.

Please login to write comment.