Color Hex Logo

#ffd266 Color Hex

#FFD266
(255,210,102)
0 Favorites   0 Comments

Color spaces of #ffd266

RGB 255210102
HSL0.121.000.70
HSV42°60°100°
CMYK 0.000.180.60   0.00
XYZ66.684968.312522.2413
Yxy68.31250.42410.4345
Hunter Lab82.6514-0.622341.9012
CIE-Lab86.16253.934458.3554

#ffd266 color RGB value is (255,210,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 01100110
Octal 377 322 146
Decimal 255 210 102
Hex FF D2 66

RGB Percentages of Color #ffd266

%44.97
%37.04
%17.99

CMYK Percentages of Color #ffd266

%0
%18
%60
%0

Triadic Colors of #ffd266

#ffd266 #66ffd2 #d266ff

Analogous Colors of #ffd266

#ffd266 #e0ff66 #ff8666

Monochromatic Colors of #ffd266

#ffd266

Complementary Color

#ffd266 #6693ff

#ffd266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd266 Color CSS Codes

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

#ffd266 Text Font Color

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

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


#ffd266 Background Color

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

This div background color is #ffd266


#ffd266 Border Color

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

This div border color is #ffd266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd266

Related Colors


Comments

No comments written yet.

Please login to write comment.