Color Hex Logo

#eedbf7 Color Hex

#EEDBF7
(238,219,247)
0 Favorites   0 Comments

Color spaces of #eedbf7

RGB 238219247
HSL0.780.640.91
HSV281°11°97°
CMYK 0.040.110.00   0.03
XYZ77.379975.555698.5010
Yxy75.55560.30780.3005
Hunter Lab86.92276.7886-6.3416
CIE-Lab89.652611.4751-11.2702

#eedbf7 color RGB value is (238,219,247).

#eedbf7 hex color red value is 238, green value is 219 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #eedbf7 hue: 0.78 , saturation: 0.64 and the lightness value of eedbf7 is 0.91.

The process color (four color CMYK) of #eedbf7 color hex is 0.04, 0.11, 0.00, 0.03. Web safe color of #eedbf7 is #ffccff. Color #eedbf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11110111
Octal 356 333 367
Decimal 238 219 247
Hex EE DB F7

RGB Percentages of Color #eedbf7

%33.81
%31.11
%35.09

CMYK Percentages of Color #eedbf7

%4
%11
%0
%3

Triadic Colors of #eedbf7

#eedbf7 #f7eedb #dbf7ee

Analogous Colors of #eedbf7

#eedbf7 #f7dbf2 #e0dbf7

Monochromatic Colors of #eedbf7

#eedbf7

Complementary Color

#eedbf7 #e4f7db

#eedbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbf7 Color CSS Codes

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

#eedbf7 Text Font Color

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

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


#eedbf7 Background Color

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

This div background color is #eedbf7


#eedbf7 Border Color

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

This div border color is #eedbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbf7


Comments

No comments written yet.

Please login to write comment.