Color Hex Logo

#ffc96f Color Hex

#FFC96F
(255,201,111)
0 Favorites   0 Comments

Color spaces of #ffc96f

RGB 255201111
HSL0.101.000.72
HSV38°56°100°
CMYK 0.000.210.56   0.00
XYZ64.995964.181024.0014
Yxy64.18100.42430.4190
Hunter Lab80.11304.619638.3162
CIE-Lab84.05999.213951.7017

#ffc96f color RGB value is (255,201,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 01101111
Octal 377 311 157
Decimal 255 201 111
Hex FF C9 6F

RGB Percentages of Color #ffc96f

%44.97
%35.45
%19.58

CMYK Percentages of Color #ffc96f

%0
%21
%56
%0

Triadic Colors of #ffc96f

#ffc96f #6fffc9 #c96fff

Analogous Colors of #ffc96f

#ffc96f #edff6f #ff816f

Monochromatic Colors of #ffc96f

#ffc96f

Complementary Color

#ffc96f #6fa5ff

#ffc96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc96f Color CSS Codes

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

#ffc96f Text Font Color

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

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


#ffc96f Background Color

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

This div background color is #ffc96f


#ffc96f Border Color

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

This div border color is #ffc96f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,201,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffc96f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc96f


Comments

No comments written yet.

Please login to write comment.