Color Hex Logo

#7faddd Color Hex

#7FADDD
(127,173,221)
0 Favorites   0 Comments

Color spaces of #7faddd

RGB 127173221
HSL0.590.580.68
HSV211°43°87°
CMYK 0.430.220.00   0.13
XYZ36.747139.619674.1172
Yxy39.61960.24420.2633
Hunter Lab62.9441-5.9429-25.7536
CIE-Lab69.1977-2.9827-29.0413

#7faddd color RGB value is (127,173,221).

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

The process color (four color CMYK) of #7faddd color hex is 0.43, 0.22, 0.00, 0.13. Web safe color of #7faddd is #6699cc. Color #7faddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 11011101
Octal 177 255 335
Decimal 127 173 221
Hex 7F AD DD

RGB Percentages of Color #7faddd

%24.38
%33.21
%42.42

CMYK Percentages of Color #7faddd

%43
%22
%0
%13

Triadic Colors of #7faddd

#7faddd #dd7fad #addd7f

Analogous Colors of #7faddd

#7faddd #807fdd #7fdcdd

Monochromatic Colors of #7faddd

#7faddd

Complementary Color

#7faddd #ddaf7f

#7faddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faddd Color CSS Codes

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

#7faddd Text Font Color

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

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


#7faddd Background Color

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

This div background color is #7faddd


#7faddd Border Color

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

This div border color is #7faddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faddd


Comments

No comments written yet.

Please login to write comment.