Color Hex Logo

#edbffb Color Hex

#EDBFFB
(237,191,251)
0 Favorites   0 Comments

Color spaces of #edbffb

RGB 237191251
HSL0.790.880.87
HSV286°24°98°
CMYK 0.060.240.00   0.02
XYZ70.968462.231299.5382
Yxy62.23120.30490.2674
Hunter Lab78.886822.5310-19.5906
CIE-Lab83.036226.7258-23.3543

#edbffb color RGB value is (237,191,251).

#edbffb hex color red value is 237, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #edbffb hue: 0.79 , saturation: 0.88 and the lightness value of edbffb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11111011
Octal 355 277 373
Decimal 237 191 251
Hex ED BF FB

RGB Percentages of Color #edbffb

%34.90
%28.13
%36.97

CMYK Percentages of Color #edbffb

%6
%24
%0
%2

Triadic Colors of #edbffb

#edbffb #fbedbf #bffbed

Analogous Colors of #edbffb

#edbffb #fbbfeb #cfbffb

Monochromatic Colors of #edbffb

#edbffb

Complementary Color

#edbffb #cdfbbf

#edbffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbffb Color CSS Codes

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

#edbffb Text Font Color

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

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


#edbffb Background Color

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

This div background color is #edbffb


#edbffb Border Color

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

This div border color is #edbffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbffb

Related Colors


Comments

No comments written yet.

Please login to write comment.