Color Hex Logo

#ffd15e Color Hex

#FFD15E
(255,209,94)
0 Favorites   0 Comments

Color spaces of #ffd15e

RGB 25520994
HSL0.121.000.68
HSV43°63°100°
CMYK 0.000.180.63   0.00
XYZ66.060867.669120.1693
Yxy67.66910.42920.4397
Hunter Lab82.2612-0.610743.0458
CIE-Lab85.84073.930861.5782

#ffd15e color RGB value is (255,209,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 01011110
Octal 377 321 136
Decimal 255 209 94
Hex FF D1 5E

RGB Percentages of Color #ffd15e

%45.70
%37.46
%16.85

CMYK Percentages of Color #ffd15e

%0
%18
%63
%0

Triadic Colors of #ffd15e

#ffd15e #5effd1 #d15eff

Analogous Colors of #ffd15e

#ffd15e #ddff5e #ff815e

Monochromatic Colors of #ffd15e

#ffd15e

Complementary Color

#ffd15e #5e8cff

#ffd15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd15e Color CSS Codes

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

#ffd15e Text Font Color

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

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


#ffd15e Background Color

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

This div background color is #ffd15e


#ffd15e Border Color

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

This div border color is #ffd15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd15e

Related Colors


Comments

No comments written yet.

Please login to write comment.