Color Hex Logo

#f0885d Color Hex

#F0885D
(240,136,93)
0 Favorites   0 Comments

Color spaces of #f0885d

RGB 24013693
HSL0.050.830.65
HSV18°61°94°
CMYK 0.000.430.61   0.06
XYZ46.715136.923915.0208
Yxy36.92390.47350.3743
Hunter Lab60.765030.888927.8793
CIE-Lab67.219935.880740.1412

#f0885d color RGB value is (240,136,93).

#f0885d hex color red value is 240, green value is 136 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f0885d hue: 0.05 , saturation: 0.83 and the lightness value of f0885d is 0.65.

The process color (four color CMYK) of #f0885d color hex is 0.00, 0.43, 0.61, 0.06. Web safe color of #f0885d is #ff9966. Color #f0885d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001000 01011101
Octal 360 210 135
Decimal 240 136 93
Hex F0 88 5D

RGB Percentages of Color #f0885d

%51.17
%29.00
%19.83

CMYK Percentages of Color #f0885d

%0
%43
%61
%6

Triadic Colors of #f0885d

#f0885d #5df088 #885df0

Analogous Colors of #f0885d

#f0885d #f0d25d #f05d7c

Monochromatic Colors of #f0885d

#f0885d

Complementary Color

#f0885d #5dc5f0

#f0885d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0885d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0885d Color CSS Codes

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

#f0885d Text Font Color

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

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


#f0885d Background Color

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

This div background color is #f0885d


#f0885d Border Color

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

This div border color is #f0885d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0885d


Comments

No comments written yet.

Please login to write comment.