Color Hex Logo

#ffd160 Color Hex

#FFD160
(255,209,96)
0 Favorites   0 Comments

Color spaces of #ffd160

RGB 25520996
HSL0.121.000.69
HSV43°62°100°
CMYK 0.000.180.62   0.00
XYZ66.151867.705520.6482
Yxy67.70550.42820.4382
Hunter Lab82.2834-0.490642.7201
CIE-Lab85.85904.055460.7143

#ffd160 color RGB value is (255,209,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 01100000
Octal 377 321 140
Decimal 255 209 96
Hex FF D1 60

RGB Percentages of Color #ffd160

%45.54
%37.32
%17.14

CMYK Percentages of Color #ffd160

%0
%18
%62
%0

Triadic Colors of #ffd160

#ffd160 #60ffd1 #d160ff

Analogous Colors of #ffd160

#ffd160 #deff60 #ff8260

Monochromatic Colors of #ffd160

#ffd160

Complementary Color

#ffd160 #608eff

#ffd160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd160 Color CSS Codes

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

#ffd160 Text Font Color

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

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


#ffd160 Background Color

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

This div background color is #ffd160


#ffd160 Border Color

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

This div border color is #ffd160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd160

Related Colors


Comments

No comments written yet.

Please login to write comment.