Color Hex Logo

#eedbfc Color Hex

#EEDBFC
(238,219,252)
0 Favorites   0 Comments

Color spaces of #eedbfc

RGB 238219252
HSL0.760.850.92
HSV275°13°99°
CMYK 0.060.130.00   0.01
XYZ78.162175.8685102.6199
Yxy75.86850.30450.2956
Hunter Lab87.10257.7489-8.8808
CIE-Lab89.798312.4152-13.6785

#eedbfc color RGB value is (238,219,252).

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

The process color (four color CMYK) of #eedbfc color hex is 0.06, 0.13, 0.00, 0.01. Web safe color of #eedbfc is #ffccff. Color #eedbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11111100
Octal 356 333 374
Decimal 238 219 252
Hex EE DB FC

RGB Percentages of Color #eedbfc

%33.57
%30.89
%35.54

CMYK Percentages of Color #eedbfc

%6
%13
%0
%1

Triadic Colors of #eedbfc

#eedbfc #fceedb #dbfcee

Analogous Colors of #eedbfc

#eedbfc #fcdbfa #dedbfc

Monochromatic Colors of #eedbfc

#eedbfc

Complementary Color

#eedbfc #e9fcdb

#eedbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbfc Color CSS Codes

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

#eedbfc Text Font Color

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

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


#eedbfc Background Color

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

This div background color is #eedbfc


#eedbfc Border Color

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

This div border color is #eedbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.