Color Hex Logo

#7fbcc7 Color Hex

#7FBCC7
(127,188,199)
0 Favorites   0 Comments

Color spaces of #7fbcc7

RGB 127188199
HSL0.530.390.64
HSV189°36°78°
CMYK 0.360.060.00   0.22
XYZ37.044444.602060.6894
Yxy44.60200.26030.3134
Hunter Lab66.7847-17.8622-7.1294
CIE-Lab72.6291-16.7932-11.7854

#7fbcc7 color RGB value is (127,188,199).

#7fbcc7 hex color red value is 127, green value is 188 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #7fbcc7 hue: 0.53 , saturation: 0.39 and the lightness value of 7fbcc7 is 0.64.

The process color (four color CMYK) of #7fbcc7 color hex is 0.36, 0.06, 0.00, 0.22. Web safe color of #7fbcc7 is #66cccc. Color #7fbcc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111100 11000111
Octal 177 274 307
Decimal 127 188 199
Hex 7F BC C7

RGB Percentages of Color #7fbcc7

%24.71
%36.58
%38.72

CMYK Percentages of Color #7fbcc7

%36
%6
%0
%22

Triadic Colors of #7fbcc7

#7fbcc7 #c77fbc #bcc77f

Analogous Colors of #7fbcc7

#7fbcc7 #7f98c7 #7fc7ae

Monochromatic Colors of #7fbcc7

#7fbcc7

Complementary Color

#7fbcc7 #c78a7f

#7fbcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbcc7 Color CSS Codes

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

#7fbcc7 Text Font Color

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

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


#7fbcc7 Background Color

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

This div background color is #7fbcc7


#7fbcc7 Border Color

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

This div border color is #7fbcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbcc7


Comments

No comments written yet.

Please login to write comment.