Color Hex Logo

#7cfcdc Color Hex

#7CFCDC
(124,252,220)
0 Favorites   0 Comments

Color spaces of #7cfcdc

RGB 124252220
HSL0.460.960.74
HSV165°51°99°
CMYK 0.510.000.13   0.01
XYZ56.040979.073280.0191
Yxy79.07320.26050.3676
Hunter Lab88.9231-43.12168.8930
CIE-Lab91.2674-43.09104.4588

#7cfcdc color RGB value is (124,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111100 11011100
Octal 174 374 334
Decimal 124 252 220
Hex 7C FC DC

RGB Percentages of Color #7cfcdc

%20.81
%42.28
%36.91

CMYK Percentages of Color #7cfcdc

%51
%0
%13
%1

Triadic Colors of #7cfcdc

#7cfcdc #dc7cfc #fcdc7c

Analogous Colors of #7cfcdc

#7cfcdc #7cdcfc #7cfc9c

Monochromatic Colors of #7cfcdc

#7cfcdc

Complementary Color

#7cfcdc #fc7c9c

#7cfcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfcdc Color CSS Codes

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

#7cfcdc Text Font Color

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

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


#7cfcdc Background Color

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

This div background color is #7cfcdc


#7cfcdc Border Color

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

This div border color is #7cfcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.