Color Hex Logo

#eedbfa Color Hex

#EEDBFA
(238,219,250)
0 Favorites   0 Comments

Color spaces of #eedbfa

RGB 238219250
HSL0.770.760.92
HSV277°12°98°
CMYK 0.050.120.00   0.02
XYZ77.846775.7423100.9592
Yxy75.74230.30580.2976
Hunter Lab87.03017.3622-7.8583
CIE-Lab89.739612.0372-12.7162

#eedbfa color RGB value is (238,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11111010
Octal 356 333 372
Decimal 238 219 250
Hex EE DB FA

RGB Percentages of Color #eedbfa

%33.66
%30.98
%35.36

CMYK Percentages of Color #eedbfa

%5
%12
%0
%2

Triadic Colors of #eedbfa

#eedbfa #faeedb #dbfaee

Analogous Colors of #eedbfa

#eedbfa #fadbf7 #dfdbfa

Monochromatic Colors of #eedbfa

#eedbfa

Complementary Color

#eedbfa #e7fadb

#eedbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbfa Color CSS Codes

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

#eedbfa Text Font Color

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

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


#eedbfa Background Color

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

This div background color is #eedbfa


#eedbfa Border Color

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

This div border color is #eedbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbfa


Comments

No comments written yet.

Please login to write comment.