Color Hex Logo

#ffd379 Color Hex

#FFD379
(255,211,121)
0 Favorites   0 Comments

Color spaces of #ffd379

RGB 255211121
HSL0.111.000.74
HSV40°53°100°
CMYK 0.000.170.53   0.00
XYZ67.985569.229027.8685
Yxy69.22900.41180.4194
Hunter Lab83.20400.244438.3841
CIE-Lab86.61734.843649.9428

#ffd379 color RGB value is (255,211,121).

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

The process color (four color CMYK) of #ffd379 color hex is 0.00, 0.17, 0.53, 0.00. Web safe color of #ffd379 is #ffcc66. Color #ffd379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 01111001
Octal 377 323 171
Decimal 255 211 121
Hex FF D3 79

RGB Percentages of Color #ffd379

%43.44
%35.95
%20.61

CMYK Percentages of Color #ffd379

%0
%17
%53
%0

Triadic Colors of #ffd379

#ffd379 #79ffd3 #d379ff

Analogous Colors of #ffd379

#ffd379 #e8ff79 #ff9079

Monochromatic Colors of #ffd379

#ffd379

Complementary Color

#ffd379 #79a5ff

#ffd379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd379 Color CSS Codes

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

#ffd379 Text Font Color

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

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


#ffd379 Background Color

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

This div background color is #ffd379


#ffd379 Border Color

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

This div border color is #ffd379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd379


Comments

No comments written yet.

Please login to write comment.