Color Hex Logo

#edd7fb Color Hex

#EDD7FB
(237,215,251)
0 Favorites   0 Comments

Color spaces of #edd7fb

RGB 237215251
HSL0.770.820.91
HSV277°14°98°
CMYK 0.060.140.00   0.02
XYZ76.638173.5704101.4280
Yxy73.57040.30460.2924
Hunter Lab85.77329.3862-10.0700
CIE-Lab88.719114.0023-14.7771

#edd7fb color RGB value is (237,215,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 11111011
Octal 355 327 373
Decimal 237 215 251
Hex ED D7 FB

RGB Percentages of Color #edd7fb

%33.71
%30.58
%35.70

CMYK Percentages of Color #edd7fb

%6
%14
%0
%2

Triadic Colors of #edd7fb

#edd7fb #fbedd7 #d7fbed

Analogous Colors of #edd7fb

#edd7fb #fbd7f7 #dbd7fb

Monochromatic Colors of #edd7fb

#edd7fb

Complementary Color

#edd7fb #e5fbd7

#edd7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd7fb Color CSS Codes

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

#edd7fb Text Font Color

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

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


#edd7fb Background Color

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

This div background color is #edd7fb


#edd7fb Border Color

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

This div border color is #edd7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.