Color Hex Logo

#ffc966 Color Hex

#FFC966
(255,201,102)
8 Favorites   0 Comments

Color spaces of #ffc966

RGB 255201102
HSL0.111.000.70
HSV39°60°100°
CMYK 0.000.210.60   0.00
XYZ64.524963.992621.5213
Yxy63.99260.43010.4265
Hunter Lab79.99543.987640.0459
CIE-Lab83.96198.569755.8463

#ffc966 color RGB value is (255,201,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 01100110
Octal 377 311 146
Decimal 255 201 102
Hex FF C9 66

RGB Percentages of Color #ffc966

%45.70
%36.02
%18.28

CMYK Percentages of Color #ffc966

%0
%21
%60
%0

Triadic Colors of #ffc966

#ffc966 #66ffc9 #c966ff

Analogous Colors of #ffc966

#ffc966 #e9ff66 #ff7d66

Monochromatic Colors of #ffc966

#ffc966

Complementary Color

#ffc966 #669cff

#ffc966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc966 Color CSS Codes

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

#ffc966 Text Font Color

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

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


#ffc966 Background Color

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

This div background color is #ffc966


#ffc966 Border Color

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

This div border color is #ffc966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc966


Comments

No comments written yet.

Please login to write comment.