Color Hex Logo

#fed266 Color Hex

#FED266
(254,210,102)
0 Favorites   0 Comments

Color spaces of #fed266

RGB 254210102
HSL0.120.990.70
HSV43°60°100°
CMYK 0.000.170.60   0.00
XYZ66.317968.123322.2242
Yxy68.12330.42330.4348
Hunter Lab82.5368-1.015741.8111
CIE-Lab86.06813.524758.2228

#fed266 color RGB value is (254,210,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01100110
Octal 376 322 146
Decimal 254 210 102
Hex FE D2 66

RGB Percentages of Color #fed266

%44.88
%37.10
%18.02

CMYK Percentages of Color #fed266

%0
%17
%60
%0

Triadic Colors of #fed266

#fed266 #66fed2 #d266fe

Analogous Colors of #fed266

#fed266 #defe66 #fe8666

Monochromatic Colors of #fed266

#fed266

Complementary Color

#fed266 #6692fe

#fed266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed266 Color CSS Codes

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

#fed266 Text Font Color

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

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


#fed266 Background Color

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

This div background color is #fed266


#fed266 Border Color

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

This div border color is #fed266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed266

Related Colors


Comments

No comments written yet.

Please login to write comment.