Color Hex Logo

#edb2fb Color Hex

#EDB2FB
(237,178,251)
0 Favorites   0 Comments

Color spaces of #edb2fb

RGB 237178251
HSL0.800.900.84
HSV288°29°98°
CMYK 0.060.290.00   0.02
XYZ68.258056.810398.6347
Yxy56.81030.30510.2540
Hunter Lab75.372629.7489-24.8277
CIE-Lab80.072833.6495-27.8746

#edb2fb color RGB value is (237,178,251).

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

The process color (four color CMYK) of #edb2fb color hex is 0.06, 0.29, 0.00, 0.02. Web safe color of #edb2fb is #ff99ff. Color #edb2fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 11111011
Octal 355 262 373
Decimal 237 178 251
Hex ED B2 FB

RGB Percentages of Color #edb2fb

%35.59
%26.73
%37.69

CMYK Percentages of Color #edb2fb

%6
%29
%0
%2

Triadic Colors of #edb2fb

#edb2fb #fbedb2 #b2fbed

Analogous Colors of #edb2fb

#edb2fb #fbb2e5 #c9b2fb

Monochromatic Colors of #edb2fb

#edb2fb

Complementary Color

#edb2fb #c0fbb2

#edb2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb2fb Color CSS Codes

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

#edb2fb Text Font Color

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

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


#edb2fb Background Color

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

This div background color is #edb2fb


#edb2fb Border Color

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

This div border color is #edb2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb2fb


Comments

No comments written yet.

Please login to write comment.