Color Hex Logo

#f29e6e Color Hex

#F29E6E
(242,158,110)
0 Favorites   0 Comments

Color spaces of #f29e6e

RGB 242158110
HSL0.060.840.69
HSV22°55°95°
CMYK 0.000.350.55   0.05
XYZ51.659344.456820.6101
Yxy44.45680.44260.3809
Hunter Lab66.675921.615728.3461
CIE-Lab72.532826.437037.8088

#f29e6e color RGB value is (242,158,110).

#f29e6e hex color red value is 242, green value is 158 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f29e6e hue: 0.06 , saturation: 0.84 and the lightness value of f29e6e is 0.69.

The process color (four color CMYK) of #f29e6e color hex is 0.00, 0.35, 0.55, 0.05. Web safe color of #f29e6e is #ff9966. Color #f29e6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011110 01101110
Octal 362 236 156
Decimal 242 158 110
Hex F2 9E 6E

RGB Percentages of Color #f29e6e

%47.45
%30.98
%21.57

CMYK Percentages of Color #f29e6e

%0
%35
%55
%5

Triadic Colors of #f29e6e

#f29e6e #6ef29e #9e6ef2

Analogous Colors of #f29e6e

#f29e6e #f2e06e #f26e80

Monochromatic Colors of #f29e6e

#f29e6e

Complementary Color

#f29e6e #6ec2f2

#f29e6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29e6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29e6e Color CSS Codes

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

#f29e6e Text Font Color

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

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


#f29e6e Background Color

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

This div background color is #f29e6e


#f29e6e Border Color

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

This div border color is #f29e6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29e6e


Comments

No comments written yet.

Please login to write comment.