Color Hex Logo

#7cf9cc Color Hex

#7CF9CC
(124,249,204)
0 Favorites   0 Comments

Color spaces of #7cf9cc

RGB 124249204
HSL0.440.910.73
HSV158°50°98°
CMYK 0.500.000.18   0.02
XYZ53.086976.396169.0747
Yxy76.39610.26740.3848
Hunter Lab87.4049-44.543414.3274
CIE-Lab90.0429-45.313210.9826

#7cf9cc color RGB value is (124,249,204).

#7cf9cc hex color red value is 124, green value is 249 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7cf9cc hue: 0.44 , saturation: 0.91 and the lightness value of 7cf9cc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111001 11001100
Octal 174 371 314
Decimal 124 249 204
Hex 7C F9 CC

RGB Percentages of Color #7cf9cc

%21.49
%43.15
%35.36

CMYK Percentages of Color #7cf9cc

%50
%0
%18
%2

Triadic Colors of #7cf9cc

#7cf9cc #cc7cf9 #f9cc7c

Analogous Colors of #7cf9cc

#7cf9cc #7ce8f9 #7cf98e

Monochromatic Colors of #7cf9cc

#7cf9cc

Complementary Color

#7cf9cc #f97ca9

#7cf9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cf9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cf9cc Color CSS Codes

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

#7cf9cc Text Font Color

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

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


#7cf9cc Background Color

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

This div background color is #7cf9cc


#7cf9cc Border Color

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

This div border color is #7cf9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cf9cc


Comments

No comments written yet.

Please login to write comment.