Color Hex Logo

#f2d798 Color Hex

#F2D798
(242,215,152)
0 Favorites   0 Comments

Color spaces of #f2d798

RGB 242215152
HSL0.120.780.77
HSV42°37°95°
CMYK 0.000.110.37   0.05
XYZ66.585969.745139.6585
Yxy69.74510.37840.3963
Hunter Lab83.5135-3.829430.3041
CIE-Lab86.87170.657434.5341

#f2d798 color RGB value is (242,215,152).

#f2d798 hex color red value is 242, green value is 215 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #f2d798 hue: 0.12 , saturation: 0.78 and the lightness value of f2d798 is 0.77.

The process color (four color CMYK) of #f2d798 color hex is 0.00, 0.11, 0.37, 0.05. Web safe color of #f2d798 is #ffcc99. Color #f2d798 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11010111 10011000
Octal 362 327 230
Decimal 242 215 152
Hex F2 D7 98

RGB Percentages of Color #f2d798

%39.74
%35.30
%24.96

CMYK Percentages of Color #f2d798

%0
%11
%37
%5

Triadic Colors of #f2d798

#f2d798 #98f2d7 #d798f2

Analogous Colors of #f2d798

#f2d798 #e0f298 #f2aa98

Monochromatic Colors of #f2d798

#f2d798

Complementary Color

#f2d798 #98b3f2

#f2d798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2d798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2d798 Color CSS Codes

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

#f2d798 Text Font Color

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

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


#f2d798 Background Color

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

This div background color is #f2d798


#f2d798 Border Color

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

This div border color is #f2d798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2d798


Comments

No comments written yet.

Please login to write comment.