Color Hex Logo

#ffd356 Color Hex

#FFD356
(255,211,86)
0 Favorites   0 Comments

Color spaces of #ffd356

RGB 25521186
HSL0.121.000.67
HSV44°66°100°
CMYK 0.000.170.66   0.00
XYZ66.214068.520418.5400
Yxy68.52040.43200.4470
Hunter Lab82.7770-2.076344.6644
CIE-Lab86.26602.439865.4679

#ffd356 color RGB value is (255,211,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 01010110
Octal 377 323 126
Decimal 255 211 86
Hex FF D3 56

RGB Percentages of Color #ffd356

%46.20
%38.22
%15.58

CMYK Percentages of Color #ffd356

%0
%17
%66
%0

Triadic Colors of #ffd356

#ffd356 #56ffd3 #d356ff

Analogous Colors of #ffd356

#ffd356 #d7ff56 #ff7f56

Monochromatic Colors of #ffd356

#ffd356

Complementary Color

#ffd356 #5682ff

#ffd356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd356 Color CSS Codes

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

#ffd356 Text Font Color

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

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


#ffd356 Background Color

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

This div background color is #ffd356


#ffd356 Border Color

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

This div border color is #ffd356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd356

Related Colors

#ffd356 Color Palettes


Comments

No comments written yet.

Please login to write comment.