Color Hex Logo

#fedd68 Color Hex

#FEDD68
(254,221,104)
0 Favorites   0 Comments

Color spaces of #fedd68

RGB 254221104
HSL0.130.990.70
HSV47°59°100°
CMYK 0.000.130.59   0.00
XYZ69.228273.783223.6896
Yxy73.78320.41530.4426
Hunter Lab85.8971-6.459243.7764
CIE-Lab88.8199-1.942260.4341

#fedd68 color RGB value is (254,221,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 01101000
Octal 376 335 150
Decimal 254 221 104
Hex FE DD 68

RGB Percentages of Color #fedd68

%43.87
%38.17
%17.96

CMYK Percentages of Color #fedd68

%0
%13
%59
%0

Triadic Colors of #fedd68

#fedd68 #68fedd #dd68fe

Analogous Colors of #fedd68

#fedd68 #d4fe68 #fe9268

Monochromatic Colors of #fedd68

#fedd68

Complementary Color

#fedd68 #6889fe

#fedd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd68 Color CSS Codes

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

#fedd68 Text Font Color

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

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


#fedd68 Background Color

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

This div background color is #fedd68


#fedd68 Border Color

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

This div border color is #fedd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd68

Related Colors


Comments

No comments written yet.

Please login to write comment.