Color Hex Logo

#eedbfb Color Hex

#EEDBFB
(238,219,251)
0 Favorites   0 Comments

Color spaces of #eedbfb

RGB 238219251
HSL0.770.800.92
HSV276°13°98°
CMYK 0.050.130.00   0.02
XYZ78.004075.8052101.7874
Yxy75.80520.30520.2966
Hunter Lab87.06627.5552-8.3685
CIE-Lab89.768812.2260-13.1975

#eedbfb color RGB value is (238,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11111011
Octal 356 333 373
Decimal 238 219 251
Hex EE DB FB

RGB Percentages of Color #eedbfb

%33.62
%30.93
%35.45

CMYK Percentages of Color #eedbfb

%5
%13
%0
%2

Triadic Colors of #eedbfb

#eedbfb #fbeedb #dbfbee

Analogous Colors of #eedbfb

#eedbfb #fbdbf8 #dedbfb

Monochromatic Colors of #eedbfb

#eedbfb

Complementary Color

#eedbfb #e8fbdb

#eedbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbfb Color CSS Codes

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

#eedbfb Text Font Color

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

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


#eedbfb Background Color

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

This div background color is #eedbfb


#eedbfb Border Color

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

This div border color is #eedbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.