Color Hex Logo

#feb07f Color Hex

#FEB07F
(254,176,127)
0 Favorites   0 Comments

Color spaces of #feb07f

RGB 254176127
HSL0.060.980.75
HSV23°50°100°
CMYK 0.000.310.50   0.00
XYZ60.229153.653827.2605
Yxy53.65380.42670.3801
Hunter Lab73.248818.587129.2086
CIE-Lab78.259423.172636.4629

#feb07f color RGB value is (254,176,127).

#feb07f hex color red value is 254, green value is 176 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #feb07f hue: 0.06 , saturation: 0.98 and the lightness value of feb07f is 0.75.

The process color (four color CMYK) of #feb07f color hex is 0.00, 0.31, 0.50, 0.00. Web safe color of #feb07f is #ff9966. Color #feb07f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 01111111
Octal 376 260 177
Decimal 254 176 127
Hex FE B0 7F

RGB Percentages of Color #feb07f

%45.60
%31.60
%22.80

CMYK Percentages of Color #feb07f

%0
%31
%50
%0

Triadic Colors of #feb07f

#feb07f #7ffeb0 #b07ffe

Analogous Colors of #feb07f

#feb07f #fef07f #fe7f8e

Monochromatic Colors of #feb07f

#feb07f

Complementary Color

#feb07f #7fcdfe

#feb07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb07f Color CSS Codes

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

#feb07f Text Font Color

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

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


#feb07f Background Color

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

This div background color is #feb07f


#feb07f Border Color

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

This div border color is #feb07f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,176,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feb07f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feb07f;
  -webkit-box-shadow: 1px 1px 3px 2px #feb07f;
  box-shadow:         1px 1px 3px 2px #feb07f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,176,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb07f


Comments

No comments written yet.

Please login to write comment.