Color Hex Logo

#ffd166 Color Hex

#FFD166
(255,209,102)
1 Favorites   0 Comments

Color spaces of #ffd166

RGB 255209102
HSL0.121.000.70
HSV42°60°100°
CMYK 0.000.180.60   0.00
XYZ66.438767.820222.1593
Yxy67.82020.42480.4336
Hunter Lab82.3530-0.112041.6935
CIE-Lab85.91654.447358.0762

#ffd166 color RGB value is (255,209,102).

#ffd166 hex color red value is 255, green value is 209 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ffd166 hue: 0.12 , saturation: 1.00 and the lightness value of ffd166 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 01100110
Octal 377 321 146
Decimal 255 209 102
Hex FF D1 66

RGB Percentages of Color #ffd166

%45.05
%36.93
%18.02

CMYK Percentages of Color #ffd166

%0
%18
%60
%0

Triadic Colors of #ffd166

#ffd166 #66ffd1 #d166ff

Analogous Colors of #ffd166

#ffd166 #e1ff66 #ff8566

Monochromatic Colors of #ffd166

#ffd166

Complementary Color

#ffd166 #6694ff

#ffd166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd166 Color CSS Codes

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

#ffd166 Text Font Color

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

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


#ffd166 Background Color

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

This div background color is #ffd166


#ffd166 Border Color

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

This div border color is #ffd166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd166

Related Colors


Comments

No comments written yet.

Please login to write comment.