Color Hex Logo

#f7cbaa Color Hex

#F7CBAA
(247,203,170)
0 Favorites   0 Comments

Color spaces of #f7cbaa

RGB 247203170
HSL0.070.830.82
HSV26°31°97°
CMYK 0.000.180.31   0.03
XYZ66.969465.388347.1217
Yxy65.38830.37310.3643
Hunter Lab80.86306.320422.0538
CIE-Lab84.683410.940522.3114

#f7cbaa color RGB value is (247,203,170).

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

The process color (four color CMYK) of #f7cbaa color hex is 0.00, 0.18, 0.31, 0.03. Web safe color of #f7cbaa is #ffcc99. Color #f7cbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001011 10101010
Octal 367 313 252
Decimal 247 203 170
Hex F7 CB AA

RGB Percentages of Color #f7cbaa

%39.84
%32.74
%27.42

CMYK Percentages of Color #f7cbaa

%0
%18
%31
%3

Triadic Colors of #f7cbaa

#f7cbaa #aaf7cb #cbaaf7

Analogous Colors of #f7cbaa

#f7cbaa #f7f2aa #f7aab0

Monochromatic Colors of #f7cbaa

#f7cbaa

Complementary Color

#f7cbaa #aad6f7

#f7cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7cbaa Color CSS Codes

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

#f7cbaa Text Font Color

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

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


#f7cbaa Background Color

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

This div background color is #f7cbaa


#f7cbaa Border Color

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

This div border color is #f7cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7cbaa

#f7cbaa Color Palettes


Comments

No comments written yet.

Please login to write comment.