Color Hex Logo

#ff885d Color Hex

#FF885D
(255,136,93)
0 Favorites   0 Comments

Color spaces of #ff885d

RGB 25513693
HSL0.041.000.68
HSV16°64°100°
CMYK 0.000.470.64   0.00
XYZ52.019939.658615.2691
Yxy39.65860.48640.3708
Hunter Lab62.975137.241729.7069
CIE-Lab69.225741.638943.0331

#ff885d color RGB value is (255,136,93).

#ff885d hex color red value is 255, green value is 136 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ff885d hue: 0.04 , saturation: 1.00 and the lightness value of ff885d is 0.68.

The process color (four color CMYK) of #ff885d color hex is 0.00, 0.47, 0.64, 0.00. Web safe color of #ff885d is #ff9966. Color #ff885d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001000 01011101
Octal 377 210 135
Decimal 255 136 93
Hex FF 88 5D

RGB Percentages of Color #ff885d

%52.69
%28.10
%19.21

CMYK Percentages of Color #ff885d

%0
%47
%64
%0

Triadic Colors of #ff885d

#ff885d #5dff88 #885dff

Analogous Colors of #ff885d

#ff885d #ffd95d #ff5d83

Monochromatic Colors of #ff885d

#ff885d

Complementary Color

#ff885d #5dd4ff

#ff885d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff885d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff885d Color CSS Codes

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

#ff885d Text Font Color

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

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


#ff885d Background Color

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

This div background color is #ff885d


#ff885d Border Color

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

This div border color is #ff885d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff885d


Comments

No comments written yet.

Please login to write comment.