Color Hex Logo

#7ffccd Color Hex

#7FFCCD
(127,252,205)
0 Favorites   0 Comments

Color spaces of #7ffccd

RGB 127252205
HSL0.440.950.74
HSV157°50°99°
CMYK 0.500.000.19   0.01
XYZ54.582278.540670.0407
Yxy78.54060.26870.3866
Hunter Lab88.6231-45.153915.1781
CIE-Lab91.0260-45.720311.8802

#7ffccd color RGB value is (127,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111100 11001101
Octal 177 374 315
Decimal 127 252 205
Hex 7F FC CD

RGB Percentages of Color #7ffccd

%21.75
%43.15
%35.10

CMYK Percentages of Color #7ffccd

%50
%0
%19
%1

Triadic Colors of #7ffccd

#7ffccd #cd7ffc #fccd7f

Analogous Colors of #7ffccd

#7ffccd #7fedfc #7ffc8f

Monochromatic Colors of #7ffccd

#7ffccd

Complementary Color

#7ffccd #fc7fae

#7ffccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffccd Color CSS Codes

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

#7ffccd Text Font Color

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

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


#7ffccd Background Color

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

This div background color is #7ffccd


#7ffccd Border Color

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

This div border color is #7ffccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffccd


Comments

No comments written yet.

Please login to write comment.