Color Hex Logo

#7fffff Color Hex

#7FFFFF
(127,255,255)
2 Favorites   1 Comments

Color spaces of #7fffff

RGB 127255255
HSL0.501.000.75
HSV180°50°100°
CMYK 0.500.000.00   0.00
XYZ62.562483.2520107.3796
Yxy83.25200.24710.3288
Hunter Lab91.2425-37.2821-5.9062
CIE-Lab93.1247-35.4259-10.9293

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111111 11111111
Octal 177 377 377
Decimal 127 255 255
Hex 7F FF FF

RGB Percentages of Color #7fffff

%19.94
%40.03
%40.03

CMYK Percentages of Color #7fffff

%50
%0
%0
%0

Triadic Colors of #7fffff

#7fffff #ff7fff #ffff7f

Analogous Colors of #7fffff

#7fffff #7fbfff #7fffbf

Monochromatic Colors of #7fffff

#7fffff

Complementary Color

#7fffff #ff7f7f

#7fffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fffff Color CSS Codes

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

#7fffff Text Font Color

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

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


#7fffff Background Color

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

This div background color is #7fffff


#7fffff Border Color

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

This div border color is #7fffff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,255,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 #7fffff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fffff

Related Colors

#7fffff Color Palettes


Comments

18 Feb 2018, 6:39 HughRBLX

It's Called, Snow Times 2

Please login to write comment.