Color Hex Logo

#ffada7 Color Hex

#FFADA7
(255,173,167)
0 Favorites   0 Comments

Color spaces of #ffada7

RGB 255173167
HSL0.011.000.83
HSV35°100°
CMYK 0.000.320.35   0.00
XYZ63.158653.937243.6413
Yxy53.93720.39290.3356
Hunter Lab73.441924.983016.1776
CIE-Lab78.425129.311515.3413

#ffada7 color RGB value is (255,173,167).

#ffada7 hex color red value is 255, green value is 173 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ffada7 hue: 0.01 , saturation: 1.00 and the lightness value of ffada7 is 0.83.

The process color (four color CMYK) of #ffada7 color hex is 0.00, 0.32, 0.35, 0.00. Web safe color of #ffada7 is #ff9999. Color #ffada7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10100111
Octal 377 255 247
Decimal 255 173 167
Hex FF AD A7

RGB Percentages of Color #ffada7

%42.86
%29.08
%28.07

CMYK Percentages of Color #ffada7

%0
%32
%35
%0

Triadic Colors of #ffada7

#ffada7 #a7ffad #ada7ff

Analogous Colors of #ffada7

#ffada7 #ffd9a7 #ffa7cd

Monochromatic Colors of #ffada7

#ffada7

Complementary Color

#ffada7 #a7f9ff

#ffada7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffada7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffada7 Color CSS Codes

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

#ffada7 Text Font Color

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

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


#ffada7 Background Color

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

This div background color is #ffada7


#ffada7 Border Color

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

This div border color is #ffada7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffada7

Related Colors


Comments

No comments written yet.

Please login to write comment.