Color Hex Logo

#7fb6bc Color Hex

#7FB6BC
(127,182,188)
0 Favorites   0 Comments

Color spaces of #7fb6bc

RGB 127182188
HSL0.520.310.62
HSV186°32°74°
CMYK 0.320.030.00   0.26
XYZ34.557441.598853.7849
Yxy41.59880.26590.3201
Hunter Lab64.4971-17.2301-4.2946
CIE-Lab70.5934-16.3823-8.8003

#7fb6bc color RGB value is (127,182,188).

#7fb6bc hex color red value is 127, green value is 182 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7fb6bc hue: 0.52 , saturation: 0.31 and the lightness value of 7fb6bc is 0.62.

The process color (four color CMYK) of #7fb6bc color hex is 0.32, 0.03, 0.00, 0.26. Web safe color of #7fb6bc is #66cccc. Color #7fb6bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110110 10111100
Octal 177 266 274
Decimal 127 182 188
Hex 7F B6 BC

RGB Percentages of Color #7fb6bc

%25.55
%36.62
%37.83

CMYK Percentages of Color #7fb6bc

%32
%3
%0
%26

Triadic Colors of #7fb6bc

#7fb6bc #bc7fb6 #b6bc7f

Analogous Colors of #7fb6bc

#7fb6bc #7f98bc #7fbca4

Monochromatic Colors of #7fb6bc

#7fb6bc

Complementary Color

#7fb6bc #bc857f

#7fb6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb6bc Color CSS Codes

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

#7fb6bc Text Font Color

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

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


#7fb6bc Background Color

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

This div background color is #7fb6bc


#7fb6bc Border Color

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

This div border color is #7fb6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb6bc


Comments

No comments written yet.

Please login to write comment.