Color Hex Logo

#ffd794 Color Hex

#FFD794
(255,215,148)
1 Favorites   0 Comments

Color spaces of #ffd794

RGB 255215148
HSL0.101.000.79
HSV38°42°100°
CMYK 0.000.160.42   0.00
XYZ70.885771.999038.1781
Yxy71.99900.39150.3976
Hunter Lab84.85220.627832.7198
CIE-Lab87.96815.291438.2243

#ffd794 color RGB value is (255,215,148).

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

The process color (four color CMYK) of #ffd794 color hex is 0.00, 0.16, 0.42, 0.00. Web safe color of #ffd794 is #ffcc99. Color #ffd794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 10010100
Octal 377 327 224
Decimal 255 215 148
Hex FF D7 94

RGB Percentages of Color #ffd794

%41.26
%34.79
%23.95

CMYK Percentages of Color #ffd794

%0
%16
%42
%0

Triadic Colors of #ffd794

#ffd794 #94ffd7 #d794ff

Analogous Colors of #ffd794

#ffd794 #f2ff94 #ffa294

Monochromatic Colors of #ffd794

#ffd794

Complementary Color

#ffd794 #94bcff

#ffd794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd794 Color CSS Codes

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

#ffd794 Text Font Color

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

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


#ffd794 Background Color

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

This div background color is #ffd794


#ffd794 Border Color

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

This div border color is #ffd794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd794


Comments

No comments written yet.

Please login to write comment.