Color Hex Logo

#eddbfe Color Hex

#EDDBFE
(237,219,254)
0 Favorites   0 Comments

Color spaces of #eddbfe

RGB 237219254
HSL0.750.950.93
HSV271°14°100°
CMYK 0.070.140.00   0.00
XYZ78.146075.8233104.2826
Yxy75.82330.30260.2936
Hunter Lab87.07667.8090-10.0519
CIE-Lab89.777212.4736-14.7681

#eddbfe color RGB value is (237,219,254).

#eddbfe hex color red value is 237, green value is 219 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eddbfe hue: 0.75 , saturation: 0.95 and the lightness value of eddbfe is 0.93.

The process color (four color CMYK) of #eddbfe color hex is 0.07, 0.14, 0.00, 0.00. Web safe color of #eddbfe is #ffccff. Color #eddbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11111110
Octal 355 333 376
Decimal 237 219 254
Hex ED DB FE

RGB Percentages of Color #eddbfe

%33.38
%30.85
%35.77

CMYK Percentages of Color #eddbfe

%7
%14
%0
%0

Triadic Colors of #eddbfe

#eddbfe #feeddb #dbfeed

Analogous Colors of #eddbfe

#eddbfe #fedbfe #dcdbfe

Monochromatic Colors of #eddbfe

#eddbfe

Complementary Color

#eddbfe #ecfedb

#eddbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbfe Color CSS Codes

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

#eddbfe Text Font Color

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

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


#eddbfe Background Color

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

This div background color is #eddbfe


#eddbfe Border Color

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

This div border color is #eddbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbfe


Comments

No comments written yet.

Please login to write comment.