Color Hex Logo

#ffd15c Color Hex

#FFD15C
(255,209,92)
3 Favorites   0 Comments

Color spaces of #ffd15c

RGB 25520992
HSL0.121.000.68
HSV43°64°100°
CMYK 0.000.180.64   0.00
XYZ65.972267.633619.7027
Yxy67.63360.43030.4412
Hunter Lab82.2396-0.727743.3633
CIE-Lab85.82293.809562.4335

#ffd15c color RGB value is (255,209,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 01011100
Octal 377 321 134
Decimal 255 209 92
Hex FF D1 5C

RGB Percentages of Color #ffd15c

%45.86
%37.59
%16.55

CMYK Percentages of Color #ffd15c

%0
%18
%64
%0

Triadic Colors of #ffd15c

#ffd15c #5cffd1 #d15cff

Analogous Colors of #ffd15c

#ffd15c #dcff5c #ff805c

Monochromatic Colors of #ffd15c

#ffd15c

Complementary Color

#ffd15c #5c8aff

#ffd15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd15c Color CSS Codes

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

#ffd15c Text Font Color

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

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


#ffd15c Background Color

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

This div background color is #ffd15c


#ffd15c Border Color

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

This div border color is #ffd15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd15c

Related Colors


Comments

No comments written yet.

Please login to write comment.