Color Hex Logo

#7fadbe Color Hex

#7FADBE
(127,173,190)
0 Favorites   0 Comments

Color spaces of #7fadbe

RGB 127173190
HSL0.540.330.62
HSV196°33°75°
CMYK 0.330.090.00   0.25
XYZ32.990238.116954.3337
Yxy38.11690.26300.3039
Hunter Lab61.7389-12.6615-8.9613
CIE-Lab68.1067-11.1420-13.6237

#7fadbe color RGB value is (127,173,190).

#7fadbe hex color red value is 127, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7fadbe hue: 0.54 , saturation: 0.33 and the lightness value of 7fadbe is 0.62.

The process color (four color CMYK) of #7fadbe color hex is 0.33, 0.09, 0.00, 0.25. Web safe color of #7fadbe is #6699cc. Color #7fadbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 10111110
Octal 177 255 276
Decimal 127 173 190
Hex 7F AD BE

RGB Percentages of Color #7fadbe

%25.92
%35.31
%38.78

CMYK Percentages of Color #7fadbe

%33
%9
%0
%25

Triadic Colors of #7fadbe

#7fadbe #be7fad #adbe7f

Analogous Colors of #7fadbe

#7fadbe #7f8ebe #7fbeb0

Monochromatic Colors of #7fadbe

#7fadbe

Complementary Color

#7fadbe #be907f

#7fadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadbe Color CSS Codes

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

#7fadbe Text Font Color

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

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


#7fadbe Background Color

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

This div background color is #7fadbe


#7fadbe Border Color

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

This div border color is #7fadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadbe


Comments

No comments written yet.

Please login to write comment.