Color Hex Logo

#fdb866 Color Hex

#FDB866
(253,184,102)
0 Favorites   0 Comments

Color spaces of #fdb866

RGB 253184102
HSL0.090.970.70
HSV33°60°99°
CMYK 0.000.270.60   0.01
XYZ60.046856.122920.2384
Yxy56.12290.44020.4114
Hunter Lab74.915211.971536.4234
CIE-Lab79.683716.599750.8326

#fdb866 color RGB value is (253,184,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 01100110
Octal 375 270 146
Decimal 253 184 102
Hex FD B8 66

RGB Percentages of Color #fdb866

%46.94
%34.14
%18.92

CMYK Percentages of Color #fdb866

%0
%27
%60
%1

Triadic Colors of #fdb866

#fdb866 #66fdb8 #b866fd

Analogous Colors of #fdb866

#fdb866 #f7fd66 #fd6d66

Monochromatic Colors of #fdb866

#fdb866

Complementary Color

#fdb866 #66abfd

#fdb866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb866 Color CSS Codes

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

#fdb866 Text Font Color

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

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


#fdb866 Background Color

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

This div background color is #fdb866


#fdb866 Border Color

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

This div border color is #fdb866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb866


Comments

No comments written yet.

Please login to write comment.