Color Hex Logo

#ffd297 Color Hex

#FFD297
(255,210,151)
0 Favorites   0 Comments

Color spaces of #ffd297

RGB 255210151
HSL0.091.000.80
HSV34°41°100°
CMYK 0.000.180.41   0.00
XYZ69.872569.587639.0272
Yxy69.58760.39150.3899
Hunter Lab83.41923.529330.6549
CIE-Lab86.79428.180635.1625

#ffd297 color RGB value is (255,210,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 10010111
Octal 377 322 227
Decimal 255 210 151
Hex FF D2 97

RGB Percentages of Color #ffd297

%41.40
%34.09
%24.51

CMYK Percentages of Color #ffd297

%0
%18
%41
%0

Triadic Colors of #ffd297

#ffd297 #97ffd2 #d297ff

Analogous Colors of #ffd297

#ffd297 #f8ff97 #ff9e97

Monochromatic Colors of #ffd297

#ffd297

Complementary Color

#ffd297 #97c4ff

#ffd297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd297 Color CSS Codes

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

#ffd297 Text Font Color

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

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


#ffd297 Background Color

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

This div background color is #ffd297


#ffd297 Border Color

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

This div border color is #ffd297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd297


Comments

No comments written yet.

Please login to write comment.