Color Hex Logo

#fb8eed Color Hex

#FB8EED
(251,142,237)
0 Favorites   0 Comments

Color spaces of #fb8eed

RGB 251142237
HSL0.850.930.77
HSV308°43°98°
CMYK 0.000.430.06   0.02
XYZ64.742745.969785.5815
Yxy45.96970.32980.2342
Hunter Lab67.801051.7968-27.3779
CIE-Lab73.525954.0466-30.2188

#fb8eed color RGB value is (251,142,237).

#fb8eed hex color red value is 251, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fb8eed hue: 0.85 , saturation: 0.93 and the lightness value of fb8eed is 0.77.

The process color (four color CMYK) of #fb8eed color hex is 0.00, 0.43, 0.06, 0.02. Web safe color of #fb8eed is #ff99ff. Color #fb8eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001110 11101101
Octal 373 216 355
Decimal 251 142 237
Hex FB 8E ED

RGB Percentages of Color #fb8eed

%39.84
%22.54
%37.62

CMYK Percentages of Color #fb8eed

%0
%43
%6
%2

Triadic Colors of #fb8eed

#fb8eed #edfb8e #8eedfb

Analogous Colors of #fb8eed

#fb8eed #fb8eb7 #d38efb

Monochromatic Colors of #fb8eed

#fb8eed

Complementary Color

#fb8eed #8efb9c

#fb8eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8eed Color CSS Codes

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

#fb8eed Text Font Color

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

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


#fb8eed Background Color

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

This div background color is #fb8eed


#fb8eed Border Color

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

This div border color is #fb8eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8eed


Comments

No comments written yet.

Please login to write comment.