Color Hex Logo

#f2da96 Color Hex

#F2DA96
(242,218,150)
0 Favorites   0 Comments

Color spaces of #f2da96

RGB 242218150
HSL0.120.780.77
HSV44°38°95°
CMYK 0.000.100.38   0.05
XYZ67.194471.222139.0599
Yxy71.22210.37860.4013
Hunter Lab84.3932-5.565231.6339
CIE-Lab87.5928-1.102236.4997

#f2da96 color RGB value is (242,218,150).

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

The process color (four color CMYK) of #f2da96 color hex is 0.00, 0.10, 0.38, 0.05. Web safe color of #f2da96 is #ffcc99. Color #f2da96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011010 10010110
Octal 362 332 226
Decimal 242 218 150
Hex F2 DA 96

RGB Percentages of Color #f2da96

%39.67
%35.74
%24.59

CMYK Percentages of Color #f2da96

%0
%10
%38
%5

Triadic Colors of #f2da96

#f2da96 #96f2da #da96f2

Analogous Colors of #f2da96

#f2da96 #dcf296 #f2ac96

Monochromatic Colors of #f2da96

#f2da96

Complementary Color

#f2da96 #96aef2

#f2da96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2da96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2da96 Color CSS Codes

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

#f2da96 Text Font Color

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

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


#f2da96 Background Color

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

This div background color is #f2da96


#f2da96 Border Color

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

This div border color is #f2da96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2da96


Comments

No comments written yet.

Please login to write comment.