Color Hex Logo

#fb664e Color Hex

#FB664E
(251,102,78)
0 Favorites   0 Comments

Color spaces of #fb664e

RGB 25110278
HSL0.020.960.65
HSV69°98°
CMYK 0.000.590.69   0.02
XYZ45.910230.562010.6871
Yxy30.56200.52670.3506
Hunter Lab55.282951.491927.2363
CIE-Lab62.136155.514142.4611

#fb664e color RGB value is (251,102,78).

#fb664e hex color red value is 251, green value is 102 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fb664e hue: 0.02 , saturation: 0.96 and the lightness value of fb664e is 0.65.

The process color (four color CMYK) of #fb664e color hex is 0.00, 0.59, 0.69, 0.02. Web safe color of #fb664e is #ff6666. Color #fb664e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100110 01001110
Octal 373 146 116
Decimal 251 102 78
Hex FB 66 4E

RGB Percentages of Color #fb664e

%58.24
%23.67
%18.10

CMYK Percentages of Color #fb664e

%0
%59
%69
%2

Triadic Colors of #fb664e

#fb664e #4efb66 #664efb

Analogous Colors of #fb664e

#fb664e #fbbd4e #fb4e8d

Monochromatic Colors of #fb664e

#fb664e

Complementary Color

#fb664e #4ee3fb

#fb664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb664e Color CSS Codes

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

#fb664e Text Font Color

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

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


#fb664e Background Color

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

This div background color is #fb664e


#fb664e Border Color

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

This div border color is #fb664e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb664e


Comments

No comments written yet.

Please login to write comment.