Color Hex Logo

#fb6eed Color Hex

#FB6EED
(251,110,237)
0 Favorites   0 Comments

Color spaces of #fb6eed

RGB 251110237
HSL0.850.950.71
HSV306°56°98°
CMYK 0.000.560.06   0.02
XYZ60.645737.775584.2158
Yxy37.77550.33210.2068
Hunter Lab61.461868.5718-38.2168
CIE-Lab67.854869.0079-39.0094

#fb6eed color RGB value is (251,110,237).

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

The process color (four color CMYK) of #fb6eed color hex is 0.00, 0.56, 0.06, 0.02. Web safe color of #fb6eed is #ff66ff. Color #fb6eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101110 11101101
Octal 373 156 355
Decimal 251 110 237
Hex FB 6E ED

RGB Percentages of Color #fb6eed

%41.97
%18.39
%39.63

CMYK Percentages of Color #fb6eed

%0
%56
%6
%2

Triadic Colors of #fb6eed

#fb6eed #edfb6e #6eedfb

Analogous Colors of #fb6eed

#fb6eed #fb6ea7 #c36efb

Monochromatic Colors of #fb6eed

#fb6eed

Complementary Color

#fb6eed #6efb7c

#fb6eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6eed Color CSS Codes

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

#fb6eed Text Font Color

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

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


#fb6eed Background Color

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

This div background color is #fb6eed


#fb6eed Border Color

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

This div border color is #fb6eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6eed


Comments

No comments written yet.

Please login to write comment.