Color Hex Logo

#f29470 Color Hex

#F29470
(242,148,112)
0 Favorites   0 Comments

Color spaces of #f29470

RGB 242148112
HSL0.050.830.69
HSV17°54°95°
CMYK 0.000.390.54   0.05
XYZ50.132541.226920.6446
Yxy41.22690.44760.3681
Hunter Lab64.208227.005025.8824
CIE-Lab70.334631.851633.9548

#f29470 color RGB value is (242,148,112).

#f29470 hex color red value is 242, green value is 148 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f29470 hue: 0.05 , saturation: 0.83 and the lightness value of f29470 is 0.69.

The process color (four color CMYK) of #f29470 color hex is 0.00, 0.39, 0.54, 0.05. Web safe color of #f29470 is #ff9966. Color #f29470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010100 01110000
Octal 362 224 160
Decimal 242 148 112
Hex F2 94 70

RGB Percentages of Color #f29470

%48.21
%29.48
%22.31

CMYK Percentages of Color #f29470

%0
%39
%54
%5

Triadic Colors of #f29470

#f29470 #70f294 #9470f2

Analogous Colors of #f29470

#f29470 #f2d570 #f2708d

Monochromatic Colors of #f29470

#f29470

Complementary Color

#f29470 #70cef2

#f29470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29470 Color CSS Codes

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

#f29470 Text Font Color

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

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


#f29470 Background Color

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

This div background color is #f29470


#f29470 Border Color

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

This div border color is #f29470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29470


Comments

No comments written yet.

Please login to write comment.