Color Hex Logo

#ffd755 Color Hex

#FFD755
(255,215,85)
0 Favorites   0 Comments

Color spaces of #ffd755

RGB 25521585
HSL0.131.000.67
HSV46°67°100°
CMYK 0.000.160.67   0.00
XYZ67.180170.516818.6647
Yxy70.51680.42960.4510
Hunter Lab83.9743-4.153645.6038
CIE-Lab87.24970.345066.9160

#ffd755 color RGB value is (255,215,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 01010101
Octal 377 327 125
Decimal 255 215 85
Hex FF D7 55

RGB Percentages of Color #ffd755

%45.95
%38.74
%15.32

CMYK Percentages of Color #ffd755

%0
%16
%67
%0

Triadic Colors of #ffd755

#ffd755 #55ffd7 #d755ff

Analogous Colors of #ffd755

#ffd755 #d2ff55 #ff8255

Monochromatic Colors of #ffd755

#ffd755

Complementary Color

#ffd755 #557dff

#ffd755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd755 Color CSS Codes

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

#ffd755 Text Font Color

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

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


#ffd755 Background Color

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

This div background color is #ffd755


#ffd755 Border Color

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

This div border color is #ffd755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd755

Related Colors

#ffd755 Color Palettes


Comments

No comments written yet.

Please login to write comment.