Color Hex Logo

#ffd15a Color Hex

#FFD15A
(255,209,90)
0 Favorites   0 Comments

Color spaces of #ffd15a

RGB 25520990
HSL0.121.000.68
HSV43°65°100°
CMYK 0.000.180.65   0.00
XYZ65.885967.599119.2482
Yxy67.59910.43140.4426
Hunter Lab82.2187-0.841843.6727
CIE-Lab85.80563.691063.2802

#ffd15a color RGB value is (255,209,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 01011010
Octal 377 321 132
Decimal 255 209 90
Hex FF D1 5A

RGB Percentages of Color #ffd15a

%46.03
%37.73
%16.25

CMYK Percentages of Color #ffd15a

%0
%18
%65
%0

Triadic Colors of #ffd15a

#ffd15a #5affd1 #d15aff

Analogous Colors of #ffd15a

#ffd15a #dbff5a #ff7f5a

Monochromatic Colors of #ffd15a

#ffd15a

Complementary Color

#ffd15a #5a88ff

#ffd15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd15a Color CSS Codes

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

#ffd15a Text Font Color

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

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


#ffd15a Background Color

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

This div background color is #ffd15a


#ffd15a Border Color

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

This div border color is #ffd15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd15a

Related Colors


Comments

No comments written yet.

Please login to write comment.