Color Hex Logo

#7ffcfa Color Hex

#7FFCFA
(127,252,250)
0 Favorites   0 Comments

Color spaces of #7ffcfa

RGB 127252250
HSL0.500.950.74
HSV179°50°99°
CMYK 0.500.000.01   0.01
XYZ60.818181.0350102.8783
Yxy81.03500.24850.3311
Hunter Lab90.0194-36.9375-4.7457
CIE-Lab92.1473-35.2933-9.7929

#7ffcfa color RGB value is (127,252,250).

#7ffcfa hex color red value is 127, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7ffcfa hue: 0.50 , saturation: 0.95 and the lightness value of 7ffcfa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111100 11111010
Octal 177 374 372
Decimal 127 252 250
Hex 7F FC FA

RGB Percentages of Color #7ffcfa

%20.19
%40.06
%39.75

CMYK Percentages of Color #7ffcfa

%50
%0
%1
%1

Triadic Colors of #7ffcfa

#7ffcfa #fa7ffc #fcfa7f

Analogous Colors of #7ffcfa

#7ffcfa #7fc0fc #7ffcbc

Monochromatic Colors of #7ffcfa

#7ffcfa

Complementary Color

#7ffcfa #fc7f81

#7ffcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffcfa Color CSS Codes

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

#7ffcfa Text Font Color

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

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


#7ffcfa Background Color

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

This div background color is #7ffcfa


#7ffcfa Border Color

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

This div border color is #7ffcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.