Color Hex Logo

#7faafd Color Hex

#7FAAFD
(127,170,253)
0 Favorites   0 Comments

Color spaces of #7faafd

RGB 127170253
HSL0.610.970.75
HSV220°50°99°
CMYK 0.500.330.00   0.01
XYZ40.856740.353398.5641
Yxy40.35330.22730.2245
Hunter Lab63.52423.6379-47.5273
CIE-Lab69.72047.8659-45.6773

#7faafd color RGB value is (127,170,253).

#7faafd hex color red value is 127, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7faafd hue: 0.61 , saturation: 0.97 and the lightness value of 7faafd is 0.75.

The process color (four color CMYK) of #7faafd color hex is 0.50, 0.33, 0.00, 0.01. Web safe color of #7faafd is #6699ff. Color #7faafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 11111101
Octal 177 252 375
Decimal 127 170 253
Hex 7F AA FD

RGB Percentages of Color #7faafd

%23.09
%30.91
%46.00

CMYK Percentages of Color #7faafd

%50
%33
%0
%1

Triadic Colors of #7faafd

#7faafd #fd7faa #aafd7f

Analogous Colors of #7faafd

#7faafd #937ffd #7fe9fd

Monochromatic Colors of #7faafd

#7faafd

Complementary Color

#7faafd #fdd27f

#7faafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faafd Color CSS Codes

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

#7faafd Text Font Color

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

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


#7faafd Background Color

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

This div background color is #7faafd


#7faafd Border Color

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

This div border color is #7faafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faafd


Comments

No comments written yet.

Please login to write comment.