Color Hex Logo

#ffa67a Color Hex

#FFA67A
(255,166,122)
1 Favorites   0 Comments

Color spaces of #ffa67a

RGB 255166122
HSL0.061.000.74
HSV20°52°100°
CMYK 0.000.350.52   0.00
XYZ58.389149.937624.9738
Yxy49.93760.43800.3746
Hunter Lab70.666523.821428.5133
CIE-Lab76.030928.359536.2486

#ffa67a color RGB value is (255,166,122).

#ffa67a hex color red value is 255, green value is 166 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ffa67a hue: 0.06 , saturation: 1.00 and the lightness value of ffa67a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 01111010
Octal 377 246 172
Decimal 255 166 122
Hex FF A6 7A

RGB Percentages of Color #ffa67a

%46.96
%30.57
%22.47

CMYK Percentages of Color #ffa67a

%0
%35
%52
%0

Triadic Colors of #ffa67a

#ffa67a #7affa6 #a67aff

Analogous Colors of #ffa67a

#ffa67a #ffe97a #ff7a91

Monochromatic Colors of #ffa67a

#ffa67a

Complementary Color

#ffa67a #7ad3ff

#ffa67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa67a Color CSS Codes

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

#ffa67a Text Font Color

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

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


#ffa67a Background Color

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

This div background color is #ffa67a


#ffa67a Border Color

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

This div border color is #ffa67a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,166,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffa67a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffa67a;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa67a;
  box-shadow:         1px 1px 3px 2px #ffa67a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,166,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa67a

Related Colors


Comments

No comments written yet.

Please login to write comment.