Color Hex Logo

#edacfc Color Hex

#EDACFC
(237,172,252)
0 Favorites   0 Comments

Color spaces of #edacfc

RGB 237172252
HSL0.800.930.83
HSV289°32°99°
CMYK 0.060.320.00   0.01
XYZ67.248354.537899.0779
Yxy54.53780.30450.2469
Hunter Lab73.849733.3069-27.8496
CIE-Lab78.774337.0277-30.4028

#edacfc color RGB value is (237,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 11111100
Octal 355 254 374
Decimal 237 172 252
Hex ED AC FC

RGB Percentages of Color #edacfc

%35.85
%26.02
%38.12

CMYK Percentages of Color #edacfc

%6
%32
%0
%1

Triadic Colors of #edacfc

#edacfc #fcedac #acfced

Analogous Colors of #edacfc

#edacfc #fcace3 #c5acfc

Monochromatic Colors of #edacfc

#edacfc

Complementary Color

#edacfc #bbfcac

#edacfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edacfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edacfc Color CSS Codes

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

#edacfc Text Font Color

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

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


#edacfc Background Color

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

This div background color is #edacfc


#edacfc Border Color

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

This div border color is #edacfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edacfc

Related Colors


Comments

No comments written yet.

Please login to write comment.