Color Hex Logo

#f7c193 Color Hex

#F7C193
(247,193,147)
0 Favorites   0 Comments

Color spaces of #f7c193

RGB 247193147
HSL0.080.860.77
HSV28°40°97°
CMYK 0.000.220.40   0.03
XYZ62.694260.020735.8846
Yxy60.02070.39530.3784
Hunter Lab77.47308.871426.7687
CIE-Lab81.849413.479430.5575

#f7c193 color RGB value is (247,193,147).

#f7c193 hex color red value is 247, green value is 193 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f7c193 hue: 0.08 , saturation: 0.86 and the lightness value of f7c193 is 0.77.

The process color (four color CMYK) of #f7c193 color hex is 0.00, 0.22, 0.40, 0.03. Web safe color of #f7c193 is #ffcc99. Color #f7c193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11000001 10010011
Octal 367 301 223
Decimal 247 193 147
Hex F7 C1 93

RGB Percentages of Color #f7c193

%42.08
%32.88
%25.04

CMYK Percentages of Color #f7c193

%0
%22
%40
%3

Triadic Colors of #f7c193

#f7c193 #93f7c1 #c193f7

Analogous Colors of #f7c193

#f7c193 #f7f393 #f79397

Monochromatic Colors of #f7c193

#f7c193

Complementary Color

#f7c193 #93c9f7

#f7c193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7c193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7c193 Color CSS Codes

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

#f7c193 Text Font Color

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

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


#f7c193 Background Color

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

This div background color is #f7c193


#f7c193 Border Color

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

This div border color is #f7c193


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,193,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7c193


Comments

No comments written yet.

Please login to write comment.