Color Hex Logo

#fed268 Color Hex

#FED268
(254,210,104)
0 Favorites   0 Comments

Color spaces of #fed268

RGB 254210104
HSL0.120.990.70
HSV42°59°100°
CMYK 0.000.170.59   0.00
XYZ66.418368.163522.7529
Yxy68.16350.42210.4332
Hunter Lab82.5612-0.883541.4532
CIE-Lab86.08813.661957.3309

#fed268 color RGB value is (254,210,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01101000
Octal 376 322 150
Decimal 254 210 104
Hex FE D2 68

RGB Percentages of Color #fed268

%44.72
%36.97
%18.31

CMYK Percentages of Color #fed268

%0
%17
%59
%0

Triadic Colors of #fed268

#fed268 #68fed2 #d268fe

Analogous Colors of #fed268

#fed268 #dffe68 #fe8768

Monochromatic Colors of #fed268

#fed268

Complementary Color

#fed268 #6894fe

#fed268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed268 Color CSS Codes

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

#fed268 Text Font Color

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

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


#fed268 Background Color

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

This div background color is #fed268


#fed268 Border Color

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

This div border color is #fed268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed268


Comments

No comments written yet.

Please login to write comment.