Color Hex Logo

#7faadc Color Hex

#7FAADC
(127,170,220)
0 Favorites   0 Comments

Color spaces of #7faadc

RGB 127170220
HSL0.590.570.68
HSV212°42°86°
CMYK 0.420.230.00   0.14
XYZ36.045438.428873.2278
Yxy38.42880.24400.2602
Hunter Lab61.9910-4.6932-26.6436
CIE-Lab68.3355-1.5995-29.8214

#7faadc color RGB value is (127,170,220).

#7faadc hex color red value is 127, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7faadc hue: 0.59 , saturation: 0.57 and the lightness value of 7faadc is 0.68.

The process color (four color CMYK) of #7faadc color hex is 0.42, 0.23, 0.00, 0.14. Web safe color of #7faadc is #6699cc. Color #7faadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 11011100
Octal 177 252 334
Decimal 127 170 220
Hex 7F AA DC

RGB Percentages of Color #7faadc

%24.56
%32.88
%42.55

CMYK Percentages of Color #7faadc

%42
%23
%0
%14

Triadic Colors of #7faadc

#7faadc #dc7faa #aadc7f

Analogous Colors of #7faadc

#7faadc #837fdc #7fd9dc

Monochromatic Colors of #7faadc

#7faadc

Complementary Color

#7faadc #dcb17f

#7faadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faadc Color CSS Codes

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

#7faadc Text Font Color

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

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


#7faadc Background Color

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

This div background color is #7faadc


#7faadc Border Color

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

This div border color is #7faadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,170,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7faadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7faadc;
  -webkit-box-shadow: 1px 1px 3px 2px #7faadc;
  box-shadow:         1px 1px 3px 2px #7faadc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,170,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faadc


Comments

No comments written yet.

Please login to write comment.