Color Hex Logo

#fdb066 Color Hex

#FDB066
(253,176,102)
0 Favorites   0 Comments

Color spaces of #fdb066

RGB 253176102
HSL0.080.970.70
HSV29°60°99°
CMYK 0.000.300.60   0.01
XYZ58.431652.892619.7000
Yxy52.89260.44600.4037
Hunter Lab72.727316.140234.8489
CIE-Lab77.811520.787548.6260

#fdb066 color RGB value is (253,176,102).

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

The process color (four color CMYK) of #fdb066 color hex is 0.00, 0.30, 0.60, 0.01. Web safe color of #fdb066 is #ff9966. Color #fdb066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 01100110
Octal 375 260 146
Decimal 253 176 102
Hex FD B0 66

RGB Percentages of Color #fdb066

%47.65
%33.15
%19.21

CMYK Percentages of Color #fdb066

%0
%30
%60
%1

Triadic Colors of #fdb066

#fdb066 #66fdb0 #b066fd

Analogous Colors of #fdb066

#fdb066 #fdfc66 #fd6668

Monochromatic Colors of #fdb066

#fdb066

Complementary Color

#fdb066 #66b3fd

#fdb066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb066 Color CSS Codes

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

#fdb066 Text Font Color

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

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


#fdb066 Background Color

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

This div background color is #fdb066


#fdb066 Border Color

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

This div border color is #fdb066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb066

Related Colors


Comments

No comments written yet.

Please login to write comment.