Color Hex Logo

#ffdb96 Color Hex

#FFDB96
(255,219,150)
0 Favorites   0 Comments

Color spaces of #ffdb96

RGB 255219150
HSL0.111.000.79
HSV39°41°100°
CMYK 0.000.140.41   0.00
XYZ72.076574.125039.3629
Yxy74.12500.38840.3995
Hunter Lab86.0959-1.233733.1598
CIE-Lab88.98153.448238.5275

#ffdb96 color RGB value is (255,219,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 10010110
Octal 377 333 226
Decimal 255 219 150
Hex FF DB 96

RGB Percentages of Color #ffdb96

%40.87
%35.10
%24.04

CMYK Percentages of Color #ffdb96

%0
%14
%41
%0

Triadic Colors of #ffdb96

#ffdb96 #96ffdb #db96ff

Analogous Colors of #ffdb96

#ffdb96 #efff96 #ffa796

Monochromatic Colors of #ffdb96

#ffdb96

Complementary Color

#ffdb96 #96baff

#ffdb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb96 Color CSS Codes

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

#ffdb96 Text Font Color

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

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


#ffdb96 Background Color

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

This div background color is #ffdb96


#ffdb96 Border Color

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

This div border color is #ffdb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb96

Related Colors


Comments

No comments written yet.

Please login to write comment.