Color Hex Logo

#ffd296 Color Hex

#FFD296
(255,210,150)
0 Favorites   0 Comments

Color spaces of #ffd296

RGB 255210150
HSL0.101.000.79
HSV34°41°100°
CMYK 0.000.180.41   0.00
XYZ69.791669.555238.6012
Yxy69.55520.39220.3909
Hunter Lab83.39983.425030.9377
CIE-Lab86.77828.075235.6537

#ffd296 color RGB value is (255,210,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 10010110
Octal 377 322 226
Decimal 255 210 150
Hex FF D2 96

RGB Percentages of Color #ffd296

%41.46
%34.15
%24.39

CMYK Percentages of Color #ffd296

%0
%18
%41
%0

Triadic Colors of #ffd296

#ffd296 #96ffd2 #d296ff

Analogous Colors of #ffd296

#ffd296 #f8ff96 #ff9e96

Monochromatic Colors of #ffd296

#ffd296

Complementary Color

#ffd296 #96c3ff

#ffd296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd296 Color CSS Codes

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

#ffd296 Text Font Color

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

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


#ffd296 Background Color

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

This div background color is #ffd296


#ffd296 Border Color

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

This div border color is #ffd296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd296

Related Colors


Comments

No comments written yet.

Please login to write comment.