Color Hex Logo

#ffd096 Color Hex

#FFD096
(255,208,150)
0 Favorites   0 Comments

Color spaces of #ffd096

RGB 255208150
HSL0.091.000.79
HSV33°41°100°
CMYK 0.000.180.41   0.00
XYZ69.300968.573838.4377
Yxy68.57380.39310.3889
Hunter Lab82.80934.465630.4458
CIE-Lab86.29269.109035.0165

#ffd096 color RGB value is (255,208,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 10010110
Octal 377 320 226
Decimal 255 208 150
Hex FF D0 96

RGB Percentages of Color #ffd096

%41.60
%33.93
%24.47

CMYK Percentages of Color #ffd096

%0
%18
%41
%0

Triadic Colors of #ffd096

#ffd096 #96ffd0 #d096ff

Analogous Colors of #ffd096

#ffd096 #faff96 #ff9c96

Monochromatic Colors of #ffd096

#ffd096

Complementary Color

#ffd096 #96c5ff

#ffd096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd096 Color CSS Codes

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

#ffd096 Text Font Color

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

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


#ffd096 Background Color

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

This div background color is #ffd096


#ffd096 Border Color

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

This div border color is #ffd096


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,208,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 #ffd096">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd096

Related Colors


Comments

No comments written yet.

Please login to write comment.