Color Hex Logo

#7fc6fe Color Hex

#7FC6FE
(127,198,254)
0 Favorites   0 Comments

Color spaces of #7fc6fe

RGB 127198254
HSL0.570.980.75
HSV206°50°100°
CMYK 0.500.220.00   0.00
XYZ46.835952.0559101.3452
Yxy52.05590.23390.2600
Hunter Lab72.1498-10.3891-32.7769
CIE-Lab77.3143-7.2896-34.3873

#7fc6fe color RGB value is (127,198,254).

#7fc6fe hex color red value is 127, green value is 198 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7fc6fe hue: 0.57 , saturation: 0.98 and the lightness value of 7fc6fe is 0.75.

The process color (four color CMYK) of #7fc6fe color hex is 0.50, 0.22, 0.00, 0.00. Web safe color of #7fc6fe is #66ccff. Color #7fc6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000110 11111110
Octal 177 306 376
Decimal 127 198 254
Hex 7F C6 FE

RGB Percentages of Color #7fc6fe

%21.93
%34.20
%43.87

CMYK Percentages of Color #7fc6fe

%50
%22
%0
%0

Triadic Colors of #7fc6fe

#7fc6fe #fe7fc6 #c6fe7f

Analogous Colors of #7fc6fe

#7fc6fe #7f87fe #7ffef7

Monochromatic Colors of #7fc6fe

#7fc6fe

Complementary Color

#7fc6fe #feb77f

#7fc6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc6fe Color CSS Codes

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

#7fc6fe Text Font Color

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

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


#7fc6fe Background Color

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

This div background color is #7fc6fe


#7fc6fe Border Color

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

This div border color is #7fc6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc6fe


Comments

No comments written yet.

Please login to write comment.