Color Hex Logo

#7fadde Color Hex

#7FADDE
(127,173,222)
0 Favorites   0 Comments

Color spaces of #7fadde

RGB 127173222
HSL0.590.590.68
HSV211°43°87°
CMYK 0.430.220.00   0.13
XYZ36.880839.673174.8211
Yxy39.67310.24360.2621
Hunter Lab62.9866-5.7087-26.3394
CIE-Lab69.2361-2.7067-29.5304

#7fadde color RGB value is (127,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 11011110
Octal 177 255 336
Decimal 127 173 222
Hex 7F AD DE

RGB Percentages of Color #7fadde

%24.33
%33.14
%42.53

CMYK Percentages of Color #7fadde

%43
%22
%0
%13

Triadic Colors of #7fadde

#7fadde #de7fad #adde7f

Analogous Colors of #7fadde

#7fadde #817fde #7fddde

Monochromatic Colors of #7fadde

#7fadde

Complementary Color

#7fadde #deb07f

#7fadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadde Color CSS Codes

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

#7fadde Text Font Color

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

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


#7fadde Background Color

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

This div background color is #7fadde


#7fadde Border Color

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

This div border color is #7fadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadde


Comments

No comments written yet.

Please login to write comment.