Color Hex Logo

#feda68 Color Hex

#FEDA68
(254,218,104)
0 Favorites   0 Comments

Color spaces of #feda68

RGB 254218104
HSL0.130.990.70
HSV46°59°100°
CMYK 0.000.140.59   0.00
XYZ68.443172.213123.4279
Yxy72.21310.41710.4401
Hunter Lab84.9783-4.944843.1390
CIE-Lab88.0711-0.421559.5875

#feda68 color RGB value is (254,218,104).

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

The process color (four color CMYK) of #feda68 color hex is 0.00, 0.14, 0.59, 0.00. Web safe color of #feda68 is #ffcc66. Color #feda68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 01101000
Octal 376 332 150
Decimal 254 218 104
Hex FE DA 68

RGB Percentages of Color #feda68

%44.10
%37.85
%18.06

CMYK Percentages of Color #feda68

%0
%14
%59
%0

Triadic Colors of #feda68

#feda68 #68feda #da68fe

Analogous Colors of #feda68

#feda68 #d7fe68 #fe8f68

Monochromatic Colors of #feda68

#feda68

Complementary Color

#feda68 #688cfe

#feda68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda68 Color CSS Codes

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

#feda68 Text Font Color

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

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


#feda68 Background Color

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

This div background color is #feda68


#feda68 Border Color

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

This div border color is #feda68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda68


Comments

No comments written yet.

Please login to write comment.