Color Hex Logo

#eedbf2 Color Hex

#EEDBF2
(238,219,242)
0 Favorites   0 Comments

Color spaces of #eedbf2

RGB 238219242
HSL0.800.470.90
HSV290°10°95°
CMYK 0.020.100.00   0.05
XYZ76.618475.251094.4911
Yxy75.25100.31100.3055
Hunter Lab86.74735.8499-3.8596
CIE-Lab89.510410.5513-8.8541

#eedbf2 color RGB value is (238,219,242).

#eedbf2 hex color red value is 238, green value is 219 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #eedbf2 hue: 0.80 , saturation: 0.47 and the lightness value of eedbf2 is 0.90.

The process color (four color CMYK) of #eedbf2 color hex is 0.02, 0.10, 0.00, 0.05. Web safe color of #eedbf2 is #ffccff. Color #eedbf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11110010
Octal 356 333 362
Decimal 238 219 242
Hex EE DB F2

RGB Percentages of Color #eedbf2

%34.05
%31.33
%34.62

CMYK Percentages of Color #eedbf2

%2
%10
%0
%5

Triadic Colors of #eedbf2

#eedbf2 #f2eedb #dbf2ee

Analogous Colors of #eedbf2

#eedbf2 #f2dbeb #e3dbf2

Monochromatic Colors of #eedbf2

#eedbf2

Complementary Color

#eedbf2 #dff2db

#eedbf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbf2 Color CSS Codes

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

#eedbf2 Text Font Color

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

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


#eedbf2 Background Color

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

This div background color is #eedbf2


#eedbf2 Border Color

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

This div border color is #eedbf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbf2


Comments

No comments written yet.

Please login to write comment.