Color Hex Logo

#7fb3cc Color Hex

#7FB3CC
(127,179,204)
0 Favorites   0 Comments

Color spaces of #7fb3cc

RGB 127179204
HSL0.550.430.65
HSV199°38°80°
CMYK 0.380.120.00   0.20
XYZ35.771641.111963.1768
Yxy41.11190.25540.2935
Hunter Lab64.1186-12.6227-13.5362
CIE-Lab70.2543-10.7888-18.0985

#7fb3cc color RGB value is (127,179,204).

#7fb3cc hex color red value is 127, green value is 179 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7fb3cc hue: 0.55 , saturation: 0.43 and the lightness value of 7fb3cc is 0.65.

The process color (four color CMYK) of #7fb3cc color hex is 0.38, 0.12, 0.00, 0.20. Web safe color of #7fb3cc is #66cccc. Color #7fb3cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110011 11001100
Octal 177 263 314
Decimal 127 179 204
Hex 7F B3 CC

RGB Percentages of Color #7fb3cc

%24.90
%35.10
%40.00

CMYK Percentages of Color #7fb3cc

%38
%12
%0
%20

Triadic Colors of #7fb3cc

#7fb3cc #cc7fb3 #b3cc7f

Analogous Colors of #7fb3cc

#7fb3cc #7f8dcc #7fccbf

Monochromatic Colors of #7fb3cc

#7fb3cc

Complementary Color

#7fb3cc #cc987f

#7fb3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb3cc Color CSS Codes

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

#7fb3cc Text Font Color

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

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


#7fb3cc Background Color

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

This div background color is #7fb3cc


#7fb3cc Border Color

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

This div border color is #7fb3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb3cc


Comments

No comments written yet.

Please login to write comment.