Color Hex Logo

#fd9eea Color Hex

#FD9EEA
(253,158,234)
0 Favorites   0 Comments

Color spaces of #fd9eea

RGB 253158234
HSL0.870.960.81
HSV312°38°99°
CMYK 0.000.380.08   0.01
XYZ67.586251.276984.1771
Yxy51.27690.33290.2525
Hunter Lab71.607943.1612-19.5715
CIE-Lab76.846446.0824-23.4785

#fd9eea color RGB value is (253,158,234).

#fd9eea hex color red value is 253, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fd9eea hue: 0.87 , saturation: 0.96 and the lightness value of fd9eea is 0.81.

The process color (four color CMYK) of #fd9eea color hex is 0.00, 0.38, 0.08, 0.01. Web safe color of #fd9eea is #ff99ff. Color #fd9eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011110 11101010
Octal 375 236 352
Decimal 253 158 234
Hex FD 9E EA

RGB Percentages of Color #fd9eea

%39.22
%24.50
%36.28

CMYK Percentages of Color #fd9eea

%0
%38
%8
%1

Triadic Colors of #fd9eea

#fd9eea #eafd9e #9eeafd

Analogous Colors of #fd9eea

#fd9eea #fd9ebb #e19efd

Monochromatic Colors of #fd9eea

#fd9eea

Complementary Color

#fd9eea #9efdb1

#fd9eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9eea Color CSS Codes

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

#fd9eea Text Font Color

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

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


#fd9eea Background Color

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

This div background color is #fd9eea


#fd9eea Border Color

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

This div border color is #fd9eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,158,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9eea


Comments

No comments written yet.

Please login to write comment.