Color Hex Logo

#7ffaff Color Hex

#7FFAFF
(127,250,255)
1 Favorites   0 Comments

Color spaces of #7ffaff

RGB 127250255
HSL0.511.000.75
HSV182°50°100°
CMYK 0.500.020.00   0.00
XYZ60.988080.1032106.8548
Yxy80.10320.24600.3231
Hunter Lab89.5004-34.9909-8.1362
CIE-Lab91.7311-33.0989-13.0070

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111010 11111111
Octal 177 372 377
Decimal 127 250 255
Hex 7F FA FF

RGB Percentages of Color #7ffaff

%20.09
%39.56
%40.35

CMYK Percentages of Color #7ffaff

%50
%2
%0
%0

Triadic Colors of #7ffaff

#7ffaff #ff7ffa #faff7f

Analogous Colors of #7ffaff

#7ffaff #7fbaff #7fffc4

Monochromatic Colors of #7ffaff

#7ffaff

Complementary Color

#7ffaff #ff847f

#7ffaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffaff Color CSS Codes

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

#7ffaff Text Font Color

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

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


#7ffaff Background Color

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

This div background color is #7ffaff


#7ffaff Border Color

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

This div border color is #7ffaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffaff

Related Colors

#7ffaff Color Palettes


Comments

No comments written yet.

Please login to write comment.