Color Hex Logo

#edbafc Color Hex

#EDBAFC
(237,186,252)
0 Favorites   0 Comments

Color spaces of #edbafc

RGB 237186252
HSL0.800.920.86
HSV286°26°99°
CMYK 0.060.260.00   0.01
XYZ70.054660.1506100.0134
Yxy60.15060.30430.2613
Hunter Lab77.556825.5089-22.1677
CIE-Lab81.920029.5819-25.5873

#edbafc color RGB value is (237,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 11111100
Octal 355 272 374
Decimal 237 186 252
Hex ED BA FC

RGB Percentages of Color #edbafc

%35.11
%27.56
%37.33

CMYK Percentages of Color #edbafc

%6
%26
%0
%1

Triadic Colors of #edbafc

#edbafc #fcedba #bafced

Analogous Colors of #edbafc

#edbafc #fcbaea #ccbafc

Monochromatic Colors of #edbafc

#edbafc

Complementary Color

#edbafc #c9fcba

#edbafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbafc Color CSS Codes

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

#edbafc Text Font Color

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

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


#edbafc Background Color

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

This div background color is #edbafc


#edbafc Border Color

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

This div border color is #edbafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbafc

Related Colors


Comments

No comments written yet.

Please login to write comment.