Color Hex Logo

#febb7d Color Hex

#FEBB7D
(254,187,125)
0 Favorites   0 Comments

Color spaces of #febb7d

RGB 254187125
HSL0.080.980.74
HSV29°51°100°
CMYK 0.000.260.51   0.00
XYZ62.345058.092127.3290
Yxy58.09210.42190.3931
Hunter Lab76.218212.627832.0935
CIE-Lab80.790017.236540.7204

#febb7d color RGB value is (254,187,125).

#febb7d hex color red value is 254, green value is 187 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #febb7d hue: 0.08 , saturation: 0.98 and the lightness value of febb7d is 0.74.

The process color (four color CMYK) of #febb7d color hex is 0.00, 0.26, 0.51, 0.00. Web safe color of #febb7d is #ffcc66. Color #febb7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 01111101
Octal 376 273 175
Decimal 254 187 125
Hex FE BB 7D

RGB Percentages of Color #febb7d

%44.88
%33.04
%22.08

CMYK Percentages of Color #febb7d

%0
%26
%51
%0

Triadic Colors of #febb7d

#febb7d #7dfebb #bb7dfe

Analogous Colors of #febb7d

#febb7d #fefc7d #fe7d80

Monochromatic Colors of #febb7d

#febb7d

Complementary Color

#febb7d #7dc0fe

#febb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#febb7d Color CSS Codes

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

#febb7d Text Font Color

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

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


#febb7d Background Color

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

This div background color is #febb7d


#febb7d Border Color

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

This div border color is #febb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febb7d


Comments

No comments written yet.

Please login to write comment.