Color Hex Logo

#ffc16d Color Hex

#FFC16D
(255,193,109)
0 Favorites   0 Comments

Color spaces of #ffc16d

RGB 255193109
HSL0.101.000.71
HSV35°57°100°
CMYK 0.000.240.57   0.00
XYZ63.070360.504122.8223
Yxy60.50410.43080.4133
Hunter Lab77.78448.611437.0531
CIE-Lab82.111413.218750.3540

#ffc16d color RGB value is (255,193,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 01101101
Octal 377 301 155
Decimal 255 193 109
Hex FF C1 6D

RGB Percentages of Color #ffc16d

%45.78
%34.65
%19.57

CMYK Percentages of Color #ffc16d

%0
%24
%57
%0

Triadic Colors of #ffc16d

#ffc16d #6dffc1 #c16dff

Analogous Colors of #ffc16d

#ffc16d #f4ff6d #ff786d

Monochromatic Colors of #ffc16d

#ffc16d

Complementary Color

#ffc16d #6dabff

#ffc16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc16d Color CSS Codes

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

#ffc16d Text Font Color

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

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


#ffc16d Background Color

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

This div background color is #ffc16d


#ffc16d Border Color

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

This div border color is #ffc16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc16d


Comments

No comments written yet.

Please login to write comment.