Color Hex Logo

#ffd95f Color Hex

#FFD95F
(255,217,95)
0 Favorites   0 Comments

Color spaces of #ffd95f

RGB 25521795
HSL0.131.000.69
HSV46°63°100°
CMYK 0.000.150.63   0.00
XYZ68.118471.711921.0780
Yxy71.71190.42330.4457
Hunter Lab84.6829-4.610744.5204
CIE-Lab87.8297-0.091163.3204

#ffd95f color RGB value is (255,217,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 01011111
Octal 377 331 137
Decimal 255 217 95
Hex FF D9 5F

RGB Percentages of Color #ffd95f

%44.97
%38.27
%16.75

CMYK Percentages of Color #ffd95f

%0
%15
%63
%0

Triadic Colors of #ffd95f

#ffd95f #5fffd9 #d95fff

Analogous Colors of #ffd95f

#ffd95f #d5ff5f #ff895f

Monochromatic Colors of #ffd95f

#ffd95f

Complementary Color

#ffd95f #5f85ff

#ffd95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd95f Color CSS Codes

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

#ffd95f Text Font Color

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

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


#ffd95f Background Color

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

This div background color is #ffd95f


#ffd95f Border Color

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

This div border color is #ffd95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd95f


Comments

No comments written yet.

Please login to write comment.