Color Hex Logo

#ffc16e Color Hex

#FFC16E
(255,193,110)
0 Favorites   0 Comments

Color spaces of #ffc16e

RGB 255193110
HSL0.101.000.72
HSV34°57°100°
CMYK 0.000.240.57   0.00
XYZ63.124460.525723.1075
Yxy60.52570.43010.4124
Hunter Lab77.79838.685436.8486
CIE-Lab82.123113.293149.8813

#ffc16e color RGB value is (255,193,110).

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

The process color (four color CMYK) of #ffc16e color hex is 0.00, 0.24, 0.57, 0.00. Web safe color of #ffc16e is #ffcc66. Color #ffc16e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 01101110
Octal 377 301 156
Decimal 255 193 110
Hex FF C1 6E

RGB Percentages of Color #ffc16e

%45.70
%34.59
%19.71

CMYK Percentages of Color #ffc16e

%0
%24
%57
%0

Triadic Colors of #ffc16e

#ffc16e #6effc1 #c16eff

Analogous Colors of #ffc16e

#ffc16e #f5ff6e #ff796e

Monochromatic Colors of #ffc16e

#ffc16e

Complementary Color

#ffc16e #6eacff

#ffc16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc16e Color CSS Codes

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

#ffc16e Text Font Color

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

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


#ffc16e Background Color

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

This div background color is #ffc16e


#ffc16e Border Color

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

This div border color is #ffc16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc16e

Related Colors

#ffc16e Color Palettes


Comments

No comments written yet.

Please login to write comment.