Color Hex Logo

#fd9eeb Color Hex

#FD9EEB
(253,158,235)
0 Favorites   0 Comments

Color spaces of #fd9eeb

RGB 253158235
HSL0.860.960.81
HSV311°38°99°
CMYK 0.000.380.07   0.01
XYZ67.730351.334584.9360
Yxy51.33450.33200.2516
Hunter Lab71.648143.3552-20.1323
CIE-Lab76.881246.2495-23.9685

#fd9eeb color RGB value is (253,158,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011110 11101011
Octal 375 236 353
Decimal 253 158 235
Hex FD 9E EB

RGB Percentages of Color #fd9eeb

%39.16
%24.46
%36.38

CMYK Percentages of Color #fd9eeb

%0
%38
%7
%1

Triadic Colors of #fd9eeb

#fd9eeb #ebfd9e #9eebfd

Analogous Colors of #fd9eeb

#fd9eeb #fd9ebc #e09efd

Monochromatic Colors of #fd9eeb

#fd9eeb

Complementary Color

#fd9eeb #9efdb0

#fd9eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9eeb Color CSS Codes

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

#fd9eeb Text Font Color

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

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


#fd9eeb Background Color

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

This div background color is #fd9eeb


#fd9eeb Border Color

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

This div border color is #fd9eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9eeb


Comments

No comments written yet.

Please login to write comment.