Color Hex Logo

#ffd896 Color Hex

#FFD896
(255,216,150)
0 Favorites   0 Comments

Color spaces of #ffd896

RGB 255216150
HSL0.101.000.79
HSV38°41°100°
CMYK 0.000.150.41   0.00
XYZ71.300972.573739.1043
Yxy72.57370.38970.3966
Hunter Lab85.19020.314732.4176
CIE-Lab88.24404.985837.5686

#ffd896 color RGB value is (255,216,150).

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

The process color (four color CMYK) of #ffd896 color hex is 0.00, 0.15, 0.41, 0.00. Web safe color of #ffd896 is #ffcc99. Color #ffd896 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 10010110
Octal 377 330 226
Decimal 255 216 150
Hex FF D8 96

RGB Percentages of Color #ffd896

%41.06
%34.78
%24.15

CMYK Percentages of Color #ffd896

%0
%15
%41
%0

Triadic Colors of #ffd896

#ffd896 #96ffd8 #d896ff

Analogous Colors of #ffd896

#ffd896 #f2ff96 #ffa496

Monochromatic Colors of #ffd896

#ffd896

Complementary Color

#ffd896 #96bdff

#ffd896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd896 Color CSS Codes

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

#ffd896 Text Font Color

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

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


#ffd896 Background Color

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

This div background color is #ffd896


#ffd896 Border Color

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

This div border color is #ffd896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd896

Related Colors


Comments

No comments written yet.

Please login to write comment.