Color Hex Logo

#eeafdb Color Hex

#EEAFDB
(238,175,219)
0 Favorites   0 Comments

Color spaces of #eeafdb

RGB 238175219
HSL0.880.650.81
HSV318°26°93°
CMYK 0.000.260.08   0.07
XYZ63.376153.951674.0912
Yxy53.95160.33110.2819
Hunter Lab73.451825.4739-8.3899
CIE-Lab78.433529.7755-13.0970

#eeafdb color RGB value is (238,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101111 11011011
Octal 356 257 333
Decimal 238 175 219
Hex EE AF DB

RGB Percentages of Color #eeafdb

%37.66
%27.69
%34.65

CMYK Percentages of Color #eeafdb

%0
%26
%8
%7

Triadic Colors of #eeafdb

#eeafdb #dbeeaf #afdbee

Analogous Colors of #eeafdb

#eeafdb #eeafbc #e2afee

Monochromatic Colors of #eeafdb

#eeafdb

Complementary Color

#eeafdb #afeec2

#eeafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeafdb Color CSS Codes

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

#eeafdb Text Font Color

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

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


#eeafdb Background Color

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

This div background color is #eeafdb


#eeafdb Border Color

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

This div border color is #eeafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeafdb


Comments

No comments written yet.

Please login to write comment.