Color Hex Logo

#edbbfc Color Hex

#EDBBFC
(237,187,252)
0 Favorites   0 Comments

Color spaces of #edbbfc

RGB 237187252
HSL0.790.920.86
HSV286°26°99°
CMYK 0.060.260.00   0.01
XYZ70.266160.5734100.0839
Yxy60.57340.30430.2623
Hunter Lab77.828924.9541-21.7636
CIE-Lab82.148929.0494-25.2383

#edbbfc color RGB value is (237,187,252).

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

The process color (four color CMYK) of #edbbfc color hex is 0.06, 0.26, 0.00, 0.01. Web safe color of #edbbfc is #ffccff. Color #edbbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11111100
Octal 355 273 374
Decimal 237 187 252
Hex ED BB FC

RGB Percentages of Color #edbbfc

%35.06
%27.66
%37.28

CMYK Percentages of Color #edbbfc

%6
%26
%0
%1

Triadic Colors of #edbbfc

#edbbfc #fcedbb #bbfced

Analogous Colors of #edbbfc

#edbbfc #fcbbeb #cdbbfc

Monochromatic Colors of #edbbfc

#edbbfc

Complementary Color

#edbbfc #cafcbb

#edbbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbfc Color CSS Codes

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

#edbbfc Text Font Color

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

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


#edbbfc Background Color

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

This div background color is #edbbfc


#edbbfc Border Color

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

This div border color is #edbbfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,187,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edbbfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbfc


Comments

No comments written yet.

Please login to write comment.