Color Hex Logo

#ffd655 Color Hex

#FFD655
(255,214,85)
0 Favorites   0 Comments

Color spaces of #ffd655

RGB 25521485
HSL0.131.000.67
HSV46°67°100°
CMYK 0.000.160.67   0.00
XYZ66.926370.009018.5800
Yxy70.00900.43040.4502
Hunter Lab83.6714-3.648045.4041
CIE-Lab87.00130.854366.6560

#ffd655 color RGB value is (255,214,85).

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

The process color (four color CMYK) of #ffd655 color hex is 0.00, 0.16, 0.67, 0.00. Web safe color of #ffd655 is #ffcc66. Color #ffd655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 01010101
Octal 377 326 125
Decimal 255 214 85
Hex FF D6 55

RGB Percentages of Color #ffd655

%46.03
%38.63
%15.34

CMYK Percentages of Color #ffd655

%0
%16
%67
%0

Triadic Colors of #ffd655

#ffd655 #55ffd6 #d655ff

Analogous Colors of #ffd655

#ffd655 #d3ff55 #ff8155

Monochromatic Colors of #ffd655

#ffd655

Complementary Color

#ffd655 #557eff

#ffd655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd655 Color CSS Codes

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

#ffd655 Text Font Color

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

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


#ffd655 Background Color

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

This div background color is #ffd655


#ffd655 Border Color

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

This div border color is #ffd655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd655

Related Colors

#ffd655 Color Palettes


Comments

No comments written yet.

Please login to write comment.