Color Hex Logo

#ff9eea Color Hex

#FF9EEA
(255,158,234)
1 Favorites   0 Comments

Color spaces of #ff9eea

RGB 255158234
HSL0.871.000.81
HSV313°38°100°
CMYK 0.000.380.08   0.00
XYZ68.318151.654284.2114
Yxy51.65420.33460.2530
Hunter Lab71.870943.9023-19.1608
CIE-Lab77.073646.7084-23.1117

#ff9eea color RGB value is (255,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011110 11101010
Octal 377 236 352
Decimal 255 158 234
Hex FF 9E EA

RGB Percentages of Color #ff9eea

%39.41
%24.42
%36.17

CMYK Percentages of Color #ff9eea

%0
%38
%8
%0

Triadic Colors of #ff9eea

#ff9eea #eaff9e #9eeaff

Analogous Colors of #ff9eea

#ff9eea #ff9eba #e49eff

Monochromatic Colors of #ff9eea

#ff9eea

Complementary Color

#ff9eea #9effb3

#ff9eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9eea Color CSS Codes

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

#ff9eea Text Font Color

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

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


#ff9eea Background Color

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

This div background color is #ff9eea


#ff9eea Border Color

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

This div border color is #ff9eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9eea


Comments

No comments written yet.

Please login to write comment.