Color Hex Logo

#f2b688 Color Hex

#F2B688
(242,182,136)
0 Favorites   0 Comments

Color spaces of #f2b688

RGB 242182136
HSL0.070.800.74
HSV26°44°95°
CMYK 0.000.250.44   0.05
XYZ57.789854.110730.6911
Yxy54.11070.40530.3795
Hunter Lab73.560011.502326.7547
CIE-Lab78.526216.144731.8426

#f2b688 color RGB value is (242,182,136).

#f2b688 hex color red value is 242, green value is 182 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #f2b688 hue: 0.07 , saturation: 0.80 and the lightness value of f2b688 is 0.74.

The process color (four color CMYK) of #f2b688 color hex is 0.00, 0.25, 0.44, 0.05. Web safe color of #f2b688 is #ffcc99. Color #f2b688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10110110 10001000
Octal 362 266 210
Decimal 242 182 136
Hex F2 B6 88

RGB Percentages of Color #f2b688

%43.21
%32.50
%24.29

CMYK Percentages of Color #f2b688

%0
%25
%44
%5

Triadic Colors of #f2b688

#f2b688 #88f2b6 #b688f2

Analogous Colors of #f2b688

#f2b688 #f2eb88 #f2888f

Monochromatic Colors of #f2b688

#f2b688

Complementary Color

#f2b688 #88c4f2

#f2b688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2b688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2b688 Color CSS Codes

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

#f2b688 Text Font Color

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

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


#f2b688 Background Color

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

This div background color is #f2b688


#f2b688 Border Color

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

This div border color is #f2b688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2b688


Comments

No comments written yet.

Please login to write comment.