Color Hex Logo

#7ffdcf Color Hex

#7FFDCF
(127,253,207)
0 Favorites   0 Comments

Color spaces of #7ffdcf

RGB 127253207
HSL0.440.970.75
HSV158°50°99°
CMYK 0.500.000.18   0.01
XYZ55.140279.267671.4255
Yxy79.26760.26790.3851
Hunter Lab89.0324-45.256614.7577
CIE-Lab91.3552-45.727911.3174

#7ffdcf color RGB value is (127,253,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111101 11001111
Octal 177 375 317
Decimal 127 253 207
Hex 7F FD CF

RGB Percentages of Color #7ffdcf

%21.64
%43.10
%35.26

CMYK Percentages of Color #7ffdcf

%50
%0
%18
%1

Triadic Colors of #7ffdcf

#7ffdcf #cf7ffd #fdcf7f

Analogous Colors of #7ffdcf

#7ffdcf #7fecfd #7ffd90

Monochromatic Colors of #7ffdcf

#7ffdcf

Complementary Color

#7ffdcf #fd7fad

#7ffdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffdcf Color CSS Codes

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

#7ffdcf Text Font Color

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

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


#7ffdcf Background Color

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

This div background color is #7ffdcf


#7ffdcf Border Color

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

This div border color is #7ffdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffdcf


Comments

No comments written yet.

Please login to write comment.