Color Hex Logo

#fedf63 Color Hex

#FEDF63
(254,223,99)
0 Favorites   0 Comments

Color spaces of #fedf63

RGB 25422399
HSL0.130.990.69
HSV48°61°100°
CMYK 0.000.120.61   0.00
XYZ69.512974.747022.5683
Yxy74.74700.41670.4480
Hunter Lab86.4563-7.780545.0426
CIE-Lab89.2744-3.285163.1462

#fedf63 color RGB value is (254,223,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01100011
Octal 376 337 143
Decimal 254 223 99
Hex FE DF 63

RGB Percentages of Color #fedf63

%44.10
%38.72
%17.19

CMYK Percentages of Color #fedf63

%0
%12
%61
%0

Triadic Colors of #fedf63

#fedf63 #63fedf #df63fe

Analogous Colors of #fedf63

#fedf63 #d0fe63 #fe9263

Monochromatic Colors of #fedf63

#fedf63

Complementary Color

#fedf63 #6382fe

#fedf63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf63 Color CSS Codes

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

#fedf63 Text Font Color

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

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


#fedf63 Background Color

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

This div background color is #fedf63


#fedf63 Border Color

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

This div border color is #fedf63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,223,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 #fedf63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf63


Comments

No comments written yet.

Please login to write comment.