color codes Logo

#ed9efc color codes

#ED9EFC
(237,158,252)
0 Favorites   0 Comments

Color spaces of #ed9efc

RGB 237158252
HSL0.810.940.80
HSV290°37°99°
CMYK 0.060.370.00   0.01
XYZ64.722649.486598.2361
Yxy49.48650.30470.2329
Hunter Lab70.346641.1227-33.5533
CIE-Lab75.753044.4014-35.0615

#ed9efc color RGB value is (237,158,252).

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

The process color (four color CMYK) of #ed9efc color code is 0.06, 0.37, 0.00, 0.01. Web safe color of #ed9efc is #ff99ff. Color #ed9efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011110 11111100
Octal 355 236 374
Decimal 237 158 252
Hex ED 9E FC

RGB Percentages of Color #ed9efc

%36.63
%24.42
%38.95

CMYK Percentages of Color #ed9efc

%6
%37
%0
%1

Triadic Colors of #ed9efc

#ed9efc #fced9e #9efced

Analogous Colors of #ed9efc

#ed9efc #fc9edc #be9efc

Monochromatic Colors of #ed9efc

#ed9efc

Complementary Color

#ed9efc #adfc9e

#ed9efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9efc Color CSS Codes

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

#ed9efc Text Font Color

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

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


#ed9efc Background Color

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

This div background color is #ed9efc


#ed9efc Border Color

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

This div border color is #ed9efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9efc


Comments

No comments written yet.

Please login to write comment.