Color Hex Logo

#febf63 Color Hex

#FEBF63
(254,191,99)
0 Favorites   0 Comments

Color spaces of #febf63

RGB 25419199
HSL0.100.990.69
HSV36°61°100°
CMYK 0.000.250.61   0.00
XYZ61.756059.233319.9827
Yxy59.23330.43810.4202
Hunter Lab76.96328.544638.4802
CIE-Lab81.419713.149854.3083

#febf63 color RGB value is (254,191,99).

#febf63 hex color red value is 254, green value is 191 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #febf63 hue: 0.10 , saturation: 0.99 and the lightness value of febf63 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01100011
Octal 376 277 143
Decimal 254 191 99
Hex FE BF 63

RGB Percentages of Color #febf63

%46.69
%35.11
%18.20

CMYK Percentages of Color #febf63

%0
%25
%61
%0

Triadic Colors of #febf63

#febf63 #63febf #bf63fe

Analogous Colors of #febf63

#febf63 #f0fe63 #fe7263

Monochromatic Colors of #febf63

#febf63

Complementary Color

#febf63 #63a2fe

#febf63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf63 Color CSS Codes

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

#febf63 Text Font Color

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

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


#febf63 Background Color

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

This div background color is #febf63


#febf63 Border Color

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

This div border color is #febf63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf63


Comments

No comments written yet.

Please login to write comment.