Color Hex Logo

#f5cbaa Color Hex

#F5CBAA
(245,203,170)
0 Favorites   0 Comments

Color spaces of #f5cbaa

RGB 245203170
HSL0.070.790.81
HSV26°31°96°
CMYK 0.000.170.31   0.04
XYZ66.267865.026647.0889
Yxy65.02660.37150.3645
Hunter Lab80.63915.569821.8252
CIE-Lab84.497410.182922.0258

#f5cbaa color RGB value is (245,203,170).

#f5cbaa hex color red value is 245, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f5cbaa hue: 0.07 , saturation: 0.79 and the lightness value of f5cbaa is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001011 10101010
Octal 365 313 252
Decimal 245 203 170
Hex F5 CB AA

RGB Percentages of Color #f5cbaa

%39.64
%32.85
%27.51

CMYK Percentages of Color #f5cbaa

%0
%17
%31
%4

Triadic Colors of #f5cbaa

#f5cbaa #aaf5cb #cbaaf5

Analogous Colors of #f5cbaa

#f5cbaa #f5f1aa #f5aaaf

Monochromatic Colors of #f5cbaa

#f5cbaa

Complementary Color

#f5cbaa #aad4f5

#f5cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cbaa Color CSS Codes

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

#f5cbaa Text Font Color

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

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


#f5cbaa Background Color

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

This div background color is #f5cbaa


#f5cbaa Border Color

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

This div border color is #f5cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cbaa


Comments

No comments written yet.

Please login to write comment.