Color Hex Logo

#7ffcdf Color Hex

#7FFCDF
(127,252,223)
0 Favorites   0 Comments

Color spaces of #7ffcdf

RGB 127252223
HSL0.460.950.74
HSV166°50°99°
CMYK 0.500.000.12   0.01
XYZ56.882179.460582.1515
Yxy79.46050.26030.3637
Hunter Lab89.1406-42.09237.7571
CIE-Lab91.4422-41.75723.1710

#7ffcdf color RGB value is (127,252,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111100 11011111
Octal 177 374 337
Decimal 127 252 223
Hex 7F FC DF

RGB Percentages of Color #7ffcdf

%21.10
%41.86
%37.04

CMYK Percentages of Color #7ffcdf

%50
%0
%12
%1

Triadic Colors of #7ffcdf

#7ffcdf #df7ffc #fcdf7f

Analogous Colors of #7ffcdf

#7ffcdf #7fdbfc #7ffca1

Monochromatic Colors of #7ffcdf

#7ffcdf

Complementary Color

#7ffcdf #fc7f9c

#7ffcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffcdf Color CSS Codes

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

#7ffcdf Text Font Color

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

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


#7ffcdf Background Color

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

This div background color is #7ffcdf


#7ffcdf Border Color

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

This div border color is #7ffcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffcdf

Related Colors


Comments

No comments written yet.

Please login to write comment.