color codes Logo

#ed9ffa color codes

#ED9FFA
(237,159,250)
0 Favorites   0 Comments

Color spaces of #ed9ffa

RGB 237159250
HSL0.810.900.80
HSV291°36°98°
CMYK 0.050.360.00   0.02
XYZ64.578549.702996.6324
Yxy49.70290.30620.2357
Hunter Lab70.500340.1311-31.9166
CIE-Lab75.886543.4990-33.7738

#ed9ffa color RGB value is (237,159,250).

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

The process color (four color CMYK) of #ed9ffa color code is 0.05, 0.36, 0.00, 0.02. Web safe color of #ed9ffa is #ff99ff. Color #ed9ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011111 11111010
Octal 355 237 372
Decimal 237 159 250
Hex ED 9F FA

RGB Percentages of Color #ed9ffa

%36.69
%24.61
%38.70

CMYK Percentages of Color #ed9ffa

%5
%36
%0
%2

Triadic Colors of #ed9ffa

#ed9ffa #faed9f #9ffaed

Analogous Colors of #ed9ffa

#ed9ffa #fa9fda #c09ffa

Monochromatic Colors of #ed9ffa

#ed9ffa

Complementary Color

#ed9ffa #acfa9f

#ed9ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9ffa Color CSS Codes

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

#ed9ffa Text Font Color

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

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


#ed9ffa Background Color

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

This div background color is #ed9ffa


#ed9ffa Border Color

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

This div border color is #ed9ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9ffa


Comments

No comments written yet.

Please login to write comment.