Color Hex Logo

#f2d192 Color Hex

#F2D192
(242,209,146)
0 Favorites   0 Comments

Color spaces of #f2d192

RGB 242209146
HSL0.110.790.76
HSV39°40°95°
CMYK 0.000.140.40   0.05
XYZ64.606766.553536.6351
Yxy66.55350.38500.3966
Hunter Lab81.5803-1.404330.4810
CIE-Lab85.27803.082735.5123

#f2d192 color RGB value is (242,209,146).

#f2d192 hex color red value is 242, green value is 209 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #f2d192 hue: 0.11 , saturation: 0.79 and the lightness value of f2d192 is 0.76.

The process color (four color CMYK) of #f2d192 color hex is 0.00, 0.14, 0.40, 0.05. Web safe color of #f2d192 is #ffcc99. Color #f2d192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11010001 10010010
Octal 362 321 222
Decimal 242 209 146
Hex F2 D1 92

RGB Percentages of Color #f2d192

%40.54
%35.01
%24.46

CMYK Percentages of Color #f2d192

%0
%14
%40
%5

Triadic Colors of #f2d192

#f2d192 #92f2d1 #d192f2

Analogous Colors of #f2d192

#f2d192 #e3f292 #f2a192

Monochromatic Colors of #f2d192

#f2d192

Complementary Color

#f2d192 #92b3f2

#f2d192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2d192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2d192 Color CSS Codes

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

#f2d192 Text Font Color

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

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


#f2d192 Background Color

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

This div background color is #f2d192


#f2d192 Border Color

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

This div border color is #f2d192


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,209,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2d192; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2d192;
  -webkit-box-shadow: 1px 1px 3px 2px #f2d192;
  box-shadow:         1px 1px 3px 2px #f2d192; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,209,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2d192

#f2d192 Color Palettes


Comments

No comments written yet.

Please login to write comment.