Color Hex Logo

#edadfc Color Hex

#EDADFC
(237,173,252)
0 Favorites   0 Comments

Color spaces of #edadfc

RGB 237173252
HSL0.800.930.83
HSV289°31°99°
CMYK 0.060.310.00   0.01
XYZ67.439354.919999.1416
Yxy54.91990.30450.2479
Hunter Lab74.108032.7486-27.4426
CIE-Lab78.995136.4973-30.0636

#edadfc color RGB value is (237,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11111100
Octal 355 255 374
Decimal 237 173 252
Hex ED AD FC

RGB Percentages of Color #edadfc

%35.80
%26.13
%38.07

CMYK Percentages of Color #edadfc

%6
%31
%0
%1

Triadic Colors of #edadfc

#edadfc #fcedad #adfced

Analogous Colors of #edadfc

#edadfc #fcade4 #c6adfc

Monochromatic Colors of #edadfc

#edadfc

Complementary Color

#edadfc #bcfcad

#edadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadfc Color CSS Codes

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

#edadfc Text Font Color

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

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


#edadfc Background Color

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

This div background color is #edadfc


#edadfc Border Color

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

This div border color is #edadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadfc


Comments

No comments written yet.

Please login to write comment.