Color Hex Logo

#f5cb87 Color Hex

#F5CB87
(245,203,135)
0 Favorites   0 Comments

Color spaces of #f5cb87

RGB 245203135
HSL0.100.850.75
HSV37°45°96°
CMYK 0.000.170.45   0.04
XYZ63.385363.873631.9097
Yxy63.87360.39820.4013
Hunter Lab79.92101.706632.2722
CIE-Lab83.89996.234639.3945

#f5cb87 color RGB value is (245,203,135).

#f5cb87 hex color red value is 245, green value is 203 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #f5cb87 hue: 0.10 , saturation: 0.85 and the lightness value of f5cb87 is 0.75.

The process color (four color CMYK) of #f5cb87 color hex is 0.00, 0.17, 0.45, 0.04. Web safe color of #f5cb87 is #ffcc99. Color #f5cb87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001011 10000111
Octal 365 313 207
Decimal 245 203 135
Hex F5 CB 87

RGB Percentages of Color #f5cb87

%42.02
%34.82
%23.16

CMYK Percentages of Color #f5cb87

%0
%17
%45
%4

Triadic Colors of #f5cb87

#f5cb87 #87f5cb #cb87f5

Analogous Colors of #f5cb87

#f5cb87 #e8f587 #f59487

Monochromatic Colors of #f5cb87

#f5cb87

Complementary Color

#f5cb87 #87b1f5

#f5cb87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cb87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cb87 Color CSS Codes

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

#f5cb87 Text Font Color

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

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


#f5cb87 Background Color

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

This div background color is #f5cb87


#f5cb87 Border Color

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

This div border color is #f5cb87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,203,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5cb87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5cb87;
  -webkit-box-shadow: 1px 1px 3px 2px #f5cb87;
  box-shadow:         1px 1px 3px 2px #f5cb87; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,203,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cb87


Comments

No comments written yet.

Please login to write comment.