Color Hex Logo

#7ffbff Color Hex

#7FFBFF
(127,251,255)
0 Favorites   0 Comments

Color spaces of #7ffbff

RGB 127251255
HSL0.511.000.75
HSV182°50°100°
CMYK 0.500.020.00   0.00
XYZ61.299680.7264106.9587
Yxy80.72640.24620.3242
Hunter Lab89.8479-35.4504-7.6878
CIE-Lab92.0098-33.5668-12.5910

#7ffbff color RGB value is (127,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 11111111
Octal 177 373 377
Decimal 127 251 255
Hex 7F FB FF

RGB Percentages of Color #7ffbff

%20.06
%39.65
%40.28

CMYK Percentages of Color #7ffbff

%50
%2
%0
%0

Triadic Colors of #7ffbff

#7ffbff #ff7ffb #fbff7f

Analogous Colors of #7ffbff

#7ffbff #7fbbff #7fffc3

Monochromatic Colors of #7ffbff

#7ffbff

Complementary Color

#7ffbff #ff837f

#7ffbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbff Color CSS Codes

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

#7ffbff Text Font Color

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

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


#7ffbff Background Color

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

This div background color is #7ffbff


#7ffbff Border Color

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

This div border color is #7ffbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbff

Related Colors


Comments

No comments written yet.

Please login to write comment.