Color Hex Logo

#fdc966 Color Hex

#FDC966
(253,201,102)
0 Favorites   0 Comments

Color spaces of #fdc966

RGB 253201102
HSL0.110.970.70
HSV39°60°99°
CMYK 0.000.210.60   0.01
XYZ63.792963.615221.4871
Yxy63.61520.42840.4272
Hunter Lab79.75913.189339.8587
CIE-Lab83.76507.750455.5686

#fdc966 color RGB value is (253,201,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001001 01100110
Octal 375 311 146
Decimal 253 201 102
Hex FD C9 66

RGB Percentages of Color #fdc966

%45.50
%36.15
%18.35

CMYK Percentages of Color #fdc966

%0
%21
%60
%1

Triadic Colors of #fdc966

#fdc966 #66fdc9 #c966fd

Analogous Colors of #fdc966

#fdc966 #e6fd66 #fd7e66

Monochromatic Colors of #fdc966

#fdc966

Complementary Color

#fdc966 #669afd

#fdc966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc966 Color CSS Codes

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

#fdc966 Text Font Color

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

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


#fdc966 Background Color

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

This div background color is #fdc966


#fdc966 Border Color

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

This div border color is #fdc966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc966

Related Colors


Comments

No comments written yet.

Please login to write comment.