Color Hex Logo

#ffd855 Color Hex

#FFD855
(255,216,85)
0 Favorites   0 Comments

Color spaces of #ffd855

RGB 25521685
HSL0.131.000.67
HSV46°67°100°
CMYK 0.000.150.67   0.00
XYZ67.435671.027618.7498
Yxy71.02760.42890.4518
Hunter Lab84.2779-4.658145.8039
CIE-Lab87.4984-0.163167.1762

#ffd855 color RGB value is (255,216,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 01010101
Octal 377 330 125
Decimal 255 216 85
Hex FF D8 55

RGB Percentages of Color #ffd855

%45.86
%38.85
%15.29

CMYK Percentages of Color #ffd855

%0
%15
%67
%0

Triadic Colors of #ffd855

#ffd855 #55ffd8 #d855ff

Analogous Colors of #ffd855

#ffd855 #d1ff55 #ff8355

Monochromatic Colors of #ffd855

#ffd855

Complementary Color

#ffd855 #557cff

#ffd855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd855 Color CSS Codes

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

#ffd855 Text Font Color

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

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


#ffd855 Background Color

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

This div background color is #ffd855


#ffd855 Border Color

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

This div border color is #ffd855


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,216,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 #ffd855">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd855

#ffd855 Color Palettes


Comments

No comments written yet.

Please login to write comment.