Color Hex Logo

#eddbfa Color Hex

#EDDBFA
(237,219,250)
0 Favorites   0 Comments

Color spaces of #eddbfa

RGB 237219250
HSL0.760.760.92
HSV275°12°98°
CMYK 0.050.120.00   0.02
XYZ77.511975.5697100.9436
Yxy75.56970.30510.2975
Hunter Lab86.93087.0306-7.9956
CIE-Lab89.659211.7121-12.8447

#eddbfa color RGB value is (237,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11111010
Octal 355 333 372
Decimal 237 219 250
Hex ED DB FA

RGB Percentages of Color #eddbfa

%33.57
%31.02
%35.41

CMYK Percentages of Color #eddbfa

%5
%12
%0
%2

Triadic Colors of #eddbfa

#eddbfa #faeddb #dbfaed

Analogous Colors of #eddbfa

#eddbfa #fadbf8 #dedbfa

Monochromatic Colors of #eddbfa

#eddbfa

Complementary Color

#eddbfa #e8fadb

#eddbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbfa Color CSS Codes

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

#eddbfa Text Font Color

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

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


#eddbfa Background Color

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

This div background color is #eddbfa


#eddbfa Border Color

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

This div border color is #eddbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,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 #eddbfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.