Color Hex Logo

#febf7c Color Hex

#FEBF7C
(254,191,124)
0 Favorites   0 Comments

Color spaces of #febf7c

RGB 254191124
HSL0.090.980.74
HSV31°51°100°
CMYK 0.000.250.51   0.00
XYZ63.141959.787727.2810
Yxy59.78770.42040.3980
Hunter Lab77.322510.449533.2070
CIE-Lab81.722715.059442.4023

#febf7c color RGB value is (254,191,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01111100
Octal 376 277 174
Decimal 254 191 124
Hex FE BF 7C

RGB Percentages of Color #febf7c

%44.64
%33.57
%21.79

CMYK Percentages of Color #febf7c

%0
%25
%51
%0

Triadic Colors of #febf7c

#febf7c #7cfebf #bf7cfe

Analogous Colors of #febf7c

#febf7c #fcfe7c #fe7e7c

Monochromatic Colors of #febf7c

#febf7c

Complementary Color

#febf7c #7cbbfe

#febf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf7c Color CSS Codes

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

#febf7c Text Font Color

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

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


#febf7c Background Color

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

This div background color is #febf7c


#febf7c Border Color

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

This div border color is #febf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf7c


Comments

No comments written yet.

Please login to write comment.