Color Hex Logo

#7cfcbb Color Hex

#7CFCBB
(124,252,187)
0 Favorites   0 Comments

Color spaces of #7cfcbb

RGB 124252187
HSL0.420.960.74
HSV150°51°99°
CMYK 0.510.000.26   0.01
XYZ52.092277.493759.2260
Yxy77.49370.27590.4104
Hunter Lab88.0305-48.425721.7317
CIE-Lab90.5484-50.079820.4437

#7cfcbb color RGB value is (124,252,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111100 10111011
Octal 174 374 273
Decimal 124 252 187
Hex 7C FC BB

RGB Percentages of Color #7cfcbb

%22.02
%44.76
%33.21

CMYK Percentages of Color #7cfcbb

%51
%0
%26
%1

Triadic Colors of #7cfcbb

#7cfcbb #bb7cfc #fcbb7c

Analogous Colors of #7cfcbb

#7cfcbb #7cfcfb #7dfc7c

Monochromatic Colors of #7cfcbb

#7cfcbb

Complementary Color

#7cfcbb #fc7cbd

#7cfcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfcbb Color CSS Codes

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

#7cfcbb Text Font Color

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

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


#7cfcbb Background Color

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

This div background color is #7cfcbb


#7cfcbb Border Color

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

This div border color is #7cfcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfcbb


Comments

No comments written yet.

Please login to write comment.