Color Hex Logo

#7fadce Color Hex

#7FADCE
(127,173,206)
0 Favorites   0 Comments

Color spaces of #7fadce

RGB 127173206
HSL0.570.450.65
HSV205°38°81°
CMYK 0.380.160.00   0.19
XYZ34.836538.855464.0563
Yxy38.85540.25290.2821
Hunter Lab62.3341-9.3268-17.2942
CIE-Lab68.6464-7.0318-21.6412

#7fadce color RGB value is (127,173,206).

#7fadce hex color red value is 127, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7fadce hue: 0.57 , saturation: 0.45 and the lightness value of 7fadce is 0.65.

The process color (four color CMYK) of #7fadce color hex is 0.38, 0.16, 0.00, 0.19. Web safe color of #7fadce is #6699cc. Color #7fadce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 11001110
Octal 177 255 316
Decimal 127 173 206
Hex 7F AD CE

RGB Percentages of Color #7fadce

%25.10
%34.19
%40.71

CMYK Percentages of Color #7fadce

%38
%16
%0
%19

Triadic Colors of #7fadce

#7fadce #ce7fad #adce7f

Analogous Colors of #7fadce

#7fadce #7f86ce #7fcec8

Monochromatic Colors of #7fadce

#7fadce

Complementary Color

#7fadce #cea07f

#7fadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadce Color CSS Codes

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

#7fadce Text Font Color

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

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


#7fadce Background Color

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

This div background color is #7fadce


#7fadce Border Color

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

This div border color is #7fadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadce


Comments

No comments written yet.

Please login to write comment.