Color Hex Logo

#fdc066 Color Hex

#FDC066
(253,192,102)
0 Favorites   0 Comments

Color spaces of #fdc066

RGB 253192102
HSL0.100.970.70
HSV36°60°99°
CMYK 0.000.240.60   0.01
XYZ61.755959.541220.8081
Yxy59.54120.43460.4190
Hunter Lab77.16297.823938.0257
CIE-Lab81.588212.423353.0550

#fdc066 color RGB value is (253,192,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 01100110
Octal 375 300 146
Decimal 253 192 102
Hex FD C0 66

RGB Percentages of Color #fdc066

%46.25
%35.10
%18.65

CMYK Percentages of Color #fdc066

%0
%24
%60
%1

Triadic Colors of #fdc066

#fdc066 #66fdc0 #c066fd

Analogous Colors of #fdc066

#fdc066 #effd66 #fd7566

Monochromatic Colors of #fdc066

#fdc066

Complementary Color

#fdc066 #66a3fd

#fdc066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc066 Color CSS Codes

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

#fdc066 Text Font Color

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

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


#fdc066 Background Color

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

This div background color is #fdc066


#fdc066 Border Color

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

This div border color is #fdc066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc066

Related Colors


Comments

No comments written yet.

Please login to write comment.