Color Hex Logo

#eed6fb Color Hex

#EED6FB
(238,214,251)
0 Favorites   0 Comments

Color spaces of #eed6fb

RGB 238214251
HSL0.770.820.91
HSV279°15°98°
CMYK 0.050.150.00   0.02
XYZ76.719073.2353101.3591
Yxy73.23530.30530.2914
Hunter Lab85.577610.2616-10.3194
CIE-Lab88.559814.8524-15.0074

#eed6fb color RGB value is (238,214,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 11111011
Octal 356 326 373
Decimal 238 214 251
Hex EE D6 FB

RGB Percentages of Color #eed6fb

%33.85
%30.44
%35.70

CMYK Percentages of Color #eed6fb

%5
%15
%0
%2

Triadic Colors of #eed6fb

#eed6fb #fbeed6 #d6fbee

Analogous Colors of #eed6fb

#eed6fb #fbd6f6 #dcd6fb

Monochromatic Colors of #eed6fb

#eed6fb

Complementary Color

#eed6fb #e3fbd6

#eed6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed6fb Color CSS Codes

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

#eed6fb Text Font Color

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

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


#eed6fb Background Color

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

This div background color is #eed6fb


#eed6fb Border Color

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

This div border color is #eed6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed6fb


Comments

No comments written yet.

Please login to write comment.