Color Hex Logo

#ffd295 Color Hex

#FFD295
(255,210,149)
0 Favorites   0 Comments

Color spaces of #ffd295

RGB 255210149
HSL0.101.000.79
HSV35°42°100°
CMYK 0.000.180.42   0.00
XYZ69.711469.523138.1789
Yxy69.52310.39290.3919
Hunter Lab83.38053.321431.2182
CIE-Lab86.76247.970536.1446

#ffd295 color RGB value is (255,210,149).

#ffd295 hex color red value is 255, green value is 210 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ffd295 hue: 0.10 , saturation: 1.00 and the lightness value of ffd295 is 0.79.

The process color (four color CMYK) of #ffd295 color hex is 0.00, 0.18, 0.42, 0.00. Web safe color of #ffd295 is #ffcc99. Color #ffd295 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 10010101
Octal 377 322 225
Decimal 255 210 149
Hex FF D2 95

RGB Percentages of Color #ffd295

%41.53
%34.20
%24.27

CMYK Percentages of Color #ffd295

%0
%18
%42
%0

Triadic Colors of #ffd295

#ffd295 #95ffd2 #d295ff

Analogous Colors of #ffd295

#ffd295 #f7ff95 #ff9d95

Monochromatic Colors of #ffd295

#ffd295

Complementary Color

#ffd295 #95c2ff

#ffd295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd295 Color CSS Codes

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

#ffd295 Text Font Color

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

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


#ffd295 Background Color

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

This div background color is #ffd295


#ffd295 Border Color

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

This div border color is #ffd295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd295

#ffd295 Color Palettes


Comments

No comments written yet.

Please login to write comment.