color codes Logo

#edacfb color codes

#EDACFB
(237,172,251)
0 Favorites   0 Comments

Color spaces of #edacfb

RGB 237172251
HSL0.800.910.83
HSV289°31°98°
CMYK 0.060.310.00   0.02
XYZ67.090254.474698.2454
Yxy54.47460.30520.2478
Hunter Lab73.806933.0937-27.2569
CIE-Lab78.737736.8361-29.9216

#edacfb color RGB value is (237,172,251).

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

The process color (four color CMYK) of #edacfb color code is 0.06, 0.31, 0.00, 0.02. Web safe color of #edacfb is #ff99ff. Color #edacfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 11111011
Octal 355 254 373
Decimal 237 172 251
Hex ED AC FB

RGB Percentages of Color #edacfb

%35.91
%26.06
%38.03

CMYK Percentages of Color #edacfb

%6
%31
%0
%2

Triadic Colors of #edacfb

#edacfb #fbedac #acfbed

Analogous Colors of #edacfb

#edacfb #fbace2 #c6acfb

Monochromatic Colors of #edacfb

#edacfb

Complementary Color

#edacfb #bafbac

#edacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edacfb Color CSS Codes

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

#edacfb Text Font Color

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

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


#edacfb Background Color

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

This div background color is #edacfb


#edacfb Border Color

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

This div border color is #edacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edacfb


Comments

No comments written yet.

Please login to write comment.