Color Hex Logo

#7ff0fb Color Hex

#7FF0FB
(127,240,251)
0 Favorites   0 Comments

Color spaces of #7ff0fb

RGB 127240251
HSL0.510.940.74
HSV185°49°98°
CMYK 0.490.040.00   0.02
XYZ57.325173.7972102.4897
Yxy73.79720.24540.3159
Hunter Lab85.9053-31.2202-10.6025
CIE-Lab88.8265-29.3917-15.2709

#7ff0fb color RGB value is (127,240,251).

#7ff0fb hex color red value is 127, green value is 240 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7ff0fb hue: 0.51 , saturation: 0.94 and the lightness value of 7ff0fb is 0.74.

The process color (four color CMYK) of #7ff0fb color hex is 0.49, 0.04, 0.00, 0.02. Web safe color of #7ff0fb is #66ffff. Color #7ff0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11110000 11111011
Octal 177 360 373
Decimal 127 240 251
Hex 7F F0 FB

RGB Percentages of Color #7ff0fb

%20.55
%38.83
%40.61

CMYK Percentages of Color #7ff0fb

%49
%4
%0
%2

Triadic Colors of #7ff0fb

#7ff0fb #fb7ff0 #f0fb7f

Analogous Colors of #7ff0fb

#7ff0fb #7fb2fb #7ffbc8

Monochromatic Colors of #7ff0fb

#7ff0fb

Complementary Color

#7ff0fb #fb8a7f

#7ff0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ff0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ff0fb Color CSS Codes

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

#7ff0fb Text Font Color

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

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


#7ff0fb Background Color

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

This div background color is #7ff0fb


#7ff0fb Border Color

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

This div border color is #7ff0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ff0fb

Related Colors


Comments

No comments written yet.

Please login to write comment.