Color Hex Logo

#7ffffc Color Hex

#7FFFFC
(127,255,252)
0 Favorites   0 Comments

Color spaces of #7ffffc

RGB 127255252
HSL0.501.000.75
HSV179°50°100°
CMYK 0.500.000.01   0.00
XYZ62.083183.0603104.8556
Yxy83.06030.24830.3322
Hunter Lab91.1374-37.8957-4.4182
CIE-Lab93.0408-36.1782-9.5016

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111111 11111100
Octal 177 377 374
Decimal 127 255 252
Hex 7F FF FC

RGB Percentages of Color #7ffffc

%20.03
%40.22
%39.75

CMYK Percentages of Color #7ffffc

%50
%0
%1
%0

Triadic Colors of #7ffffc

#7ffffc #fc7fff #fffc7f

Analogous Colors of #7ffffc

#7ffffc #7fc2ff #7fffbc

Monochromatic Colors of #7ffffc

#7ffffc

Complementary Color

#7ffffc #ff7f82

#7ffffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffffc Color CSS Codes

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

#7ffffc Text Font Color

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

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


#7ffffc Background Color

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

This div background color is #7ffffc


#7ffffc Border Color

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

This div border color is #7ffffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffffc

Related Colors


Comments

No comments written yet.

Please login to write comment.