Color Hex Logo

#fdc266 Color Hex

#FDC266
(253,194,102)
0 Favorites   0 Comments

Color spaces of #fdc266

RGB 253194102
HSL0.100.970.70
HSV37°60°99°
CMYK 0.000.230.60   0.01
XYZ62.198160.425520.9555
Yxy60.42550.43320.4209
Hunter Lab77.73386.791138.4303
CIE-Lab82.068911.382253.6125

#fdc266 color RGB value is (253,194,102).

#fdc266 hex color red value is 253, green value is 194 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fdc266 hue: 0.10 , saturation: 0.97 and the lightness value of fdc266 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 01100110
Octal 375 302 146
Decimal 253 194 102
Hex FD C2 66

RGB Percentages of Color #fdc266

%46.08
%35.34
%18.58

CMYK Percentages of Color #fdc266

%0
%23
%60
%1

Triadic Colors of #fdc266

#fdc266 #66fdc2 #c266fd

Analogous Colors of #fdc266

#fdc266 #edfd66 #fd7766

Monochromatic Colors of #fdc266

#fdc266

Complementary Color

#fdc266 #66a1fd

#fdc266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc266 Color CSS Codes

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

#fdc266 Text Font Color

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

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


#fdc266 Background Color

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

This div background color is #fdc266


#fdc266 Border Color

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

This div border color is #fdc266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc266

Related Colors


Comments

No comments written yet.

Please login to write comment.