Color Hex Logo

#edbbfb Color Hex

#EDBBFB
(237,187,251)
0 Favorites   0 Comments

Color spaces of #edbbfb

RGB 237187251
HSL0.800.890.86
HSV287°25°98°
CMYK 0.060.250.00   0.02
XYZ70.108060.510299.2513
Yxy60.51020.30500.2632
Hunter Lab77.788324.7466-21.1972
CIE-Lab82.114728.8572-24.7564

#edbbfb color RGB value is (237,187,251).

#edbbfb hex color red value is 237, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #edbbfb hue: 0.80 , saturation: 0.89 and the lightness value of edbbfb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11111011
Octal 355 273 373
Decimal 237 187 251
Hex ED BB FB

RGB Percentages of Color #edbbfb

%35.11
%27.70
%37.19

CMYK Percentages of Color #edbbfb

%6
%25
%0
%2

Triadic Colors of #edbbfb

#edbbfb #fbedbb #bbfbed

Analogous Colors of #edbbfb

#edbbfb #fbbbe9 #cdbbfb

Monochromatic Colors of #edbbfb

#edbbfb

Complementary Color

#edbbfb #c9fbbb

#edbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbfb Color CSS Codes

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

#edbbfb Text Font Color

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

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


#edbbfb Background Color

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

This div background color is #edbbfb


#edbbfb Border Color

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

This div border color is #edbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.