Color Hex Logo

#7fbabe Color Hex

#7FBABE
(127,186,190)
0 Favorites   0 Comments

Color spaces of #7fbabe

RGB 127186190
HSL0.510.330.62
HSV184°33°75°
CMYK 0.330.020.00   0.25
XYZ35.605643.347555.2055
Yxy43.34750.26540.3231
Hunter Lab65.8388-18.6852-3.6272
CIE-Lab71.7902-17.9685-8.1168

#7fbabe color RGB value is (127,186,190).

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

The process color (four color CMYK) of #7fbabe color hex is 0.33, 0.02, 0.00, 0.25. Web safe color of #7fbabe is #66cccc. Color #7fbabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111010 10111110
Octal 177 272 276
Decimal 127 186 190
Hex 7F BA BE

RGB Percentages of Color #7fbabe

%25.25
%36.98
%37.77

CMYK Percentages of Color #7fbabe

%33
%2
%0
%25

Triadic Colors of #7fbabe

#7fbabe #be7fba #babe7f

Analogous Colors of #7fbabe

#7fbabe #7f9bbe #7fbea3

Monochromatic Colors of #7fbabe

#7fbabe

Complementary Color

#7fbabe #be837f

#7fbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbabe Color CSS Codes

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

#7fbabe Text Font Color

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

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


#7fbabe Background Color

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

This div background color is #7fbabe


#7fbabe Border Color

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

This div border color is #7fbabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,186,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 #7fbabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbabe


Comments

No comments written yet.

Please login to write comment.