Color Hex Logo

#edabfc Color Hex

#EDABFC
(237,171,252)
0 Favorites   0 Comments

Color spaces of #edabfc

RGB 237171252
HSL0.800.930.83
HSV289°32°99°
CMYK 0.060.320.00   0.01
XYZ67.058654.158699.0147
Yxy54.15860.30450.2459
Hunter Lab73.592533.8649-28.2567
CIE-Lab78.554137.5573-30.7412

#edabfc color RGB value is (237,171,252).

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

The process color (four color CMYK) of #edabfc color hex is 0.06, 0.32, 0.00, 0.01. Web safe color of #edabfc is #ff99ff. Color #edabfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11111100
Octal 355 253 374
Decimal 237 171 252
Hex ED AB FC

RGB Percentages of Color #edabfc

%35.91
%25.91
%38.18

CMYK Percentages of Color #edabfc

%6
%32
%0
%1

Triadic Colors of #edabfc

#edabfc #fcedab #abfced

Analogous Colors of #edabfc

#edabfc #fcabe3 #c5abfc

Monochromatic Colors of #edabfc

#edabfc

Complementary Color

#edabfc #bafcab

#edabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabfc Color CSS Codes

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

#edabfc Text Font Color

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

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


#edabfc Background Color

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

This div background color is #edabfc


#edabfc Border Color

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

This div border color is #edabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabfc

Related Colors


Comments

No comments written yet.

Please login to write comment.