Color Hex Logo

#ffd155 Color Hex

#FFD155
(255,209,85)
0 Favorites   0 Comments

Color spaces of #ffd155

RGB 25520985
HSL0.121.000.67
HSV44°67°100°
CMYK 0.000.180.67   0.00
XYZ65.680267.516818.1647
Yxy67.51680.43390.4461
Hunter Lab82.1686-1.113944.4110
CIE-Lab85.76433.408265.3559

#ffd155 color RGB value is (255,209,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 01010101
Octal 377 321 125
Decimal 255 209 85
Hex FF D1 55

RGB Percentages of Color #ffd155

%46.45
%38.07
%15.48

CMYK Percentages of Color #ffd155

%0
%18
%67
%0

Triadic Colors of #ffd155

#ffd155 #55ffd1 #d155ff

Analogous Colors of #ffd155

#ffd155 #d8ff55 #ff7c55

Monochromatic Colors of #ffd155

#ffd155

Complementary Color

#ffd155 #5583ff

#ffd155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd155 Color CSS Codes

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

#ffd155 Text Font Color

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

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


#ffd155 Background Color

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

This div background color is #ffd155


#ffd155 Border Color

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

This div border color is #ffd155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd155


Comments

No comments written yet.

Please login to write comment.