Color Hex Logo

#7ff8cf Color Hex

#7FF8CF
(127,248,207)
0 Favorites   0 Comments

Color spaces of #7ff8cf

RGB 127248207
HSL0.440.900.74
HSV160°49°97°
CMYK 0.490.000.17   0.03
XYZ53.582376.151870.9062
Yxy76.15180.26710.3795
Hunter Lab87.2650-43.111512.9101
CIE-Lab89.9298-43.54869.2819

#7ff8cf color RGB value is (127,248,207).

#7ff8cf hex color red value is 127, green value is 248 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7ff8cf hue: 0.44 , saturation: 0.90 and the lightness value of 7ff8cf is 0.74.

The process color (four color CMYK) of #7ff8cf color hex is 0.49, 0.00, 0.17, 0.03. Web safe color of #7ff8cf is #66ffcc. Color #7ff8cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111000 11001111
Octal 177 370 317
Decimal 127 248 207
Hex 7F F8 CF

RGB Percentages of Color #7ff8cf

%21.82
%42.61
%35.57

CMYK Percentages of Color #7ff8cf

%49
%0
%17
%3

Triadic Colors of #7ff8cf

#7ff8cf #cf7ff8 #f8cf7f

Analogous Colors of #7ff8cf

#7ff8cf #7fe5f8 #7ff893

Monochromatic Colors of #7ff8cf

#7ff8cf

Complementary Color

#7ff8cf #f87fa8

#7ff8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ff8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ff8cf Color CSS Codes

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

#7ff8cf Text Font Color

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

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


#7ff8cf Background Color

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

This div background color is #7ff8cf


#7ff8cf Border Color

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

This div border color is #7ff8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ff8cf

Related Colors


Comments

No comments written yet.

Please login to write comment.