Color Hex Logo

#eeadda Color Hex

#EEADDA
(238,173,218)
0 Favorites   0 Comments

Color spaces of #eeadda

RGB 238173218
HSL0.880.660.81
HSV318°27°93°
CMYK 0.000.270.08   0.07
XYZ62.858453.126273.2711
Yxy53.12620.33210.2807
Hunter Lab72.887726.3850-8.5805
CIE-Lab77.949430.6693-13.2801

#eeadda color RGB value is (238,173,218).

#eeadda hex color red value is 238, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eeadda hue: 0.88 , saturation: 0.66 and the lightness value of eeadda is 0.81.

The process color (four color CMYK) of #eeadda color hex is 0.00, 0.27, 0.08, 0.07. Web safe color of #eeadda is #ff99cc. Color #eeadda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 11011010
Octal 356 255 332
Decimal 238 173 218
Hex EE AD DA

RGB Percentages of Color #eeadda

%37.84
%27.50
%34.66

CMYK Percentages of Color #eeadda

%0
%27
%8
%7

Triadic Colors of #eeadda

#eeadda #daeead #addaee

Analogous Colors of #eeadda

#eeadda #eeadba #e2adee

Monochromatic Colors of #eeadda

#eeadda

Complementary Color

#eeadda #adeec1

#eeadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadda Color CSS Codes

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

#eeadda Text Font Color

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

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


#eeadda Background Color

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

This div background color is #eeadda


#eeadda Border Color

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

This div border color is #eeadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadda


Comments

No comments written yet.

Please login to write comment.