Color Hex Logo

#7cfcde Color Hex

#7CFCDE
(124,252,222)
0 Favorites   0 Comments

Color spaces of #7cfcde

RGB 124252222
HSL0.460.960.74
HSV166°51°99°
CMYK 0.510.000.12   0.01
XYZ56.307479.179881.4228
Yxy79.17980.25960.3650
Hunter Lab88.9830-42.76768.0356
CIE-Lab91.3156-42.63513.4926

#7cfcde color RGB value is (124,252,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111100 11011110
Octal 174 374 336
Decimal 124 252 222
Hex 7C FC DE

RGB Percentages of Color #7cfcde

%20.74
%42.14
%37.12

CMYK Percentages of Color #7cfcde

%51
%0
%12
%1

Triadic Colors of #7cfcde

#7cfcde #de7cfc #fcde7c

Analogous Colors of #7cfcde

#7cfcde #7cdafc #7cfc9e

Monochromatic Colors of #7cfcde

#7cfcde

Complementary Color

#7cfcde #fc7c9a

#7cfcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfcde Color CSS Codes

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

#7cfcde Text Font Color

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

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


#7cfcde Background Color

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

This div background color is #7cfcde


#7cfcde Border Color

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

This div border color is #7cfcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfcde


Comments

No comments written yet.

Please login to write comment.