Color Hex Logo

#7cfcb2 Color Hex

#7CFCB2
(124,252,178)
0 Favorites   0 Comments

Color spaces of #7cfcb2

RGB 124252178
HSL0.400.960.74
HSV145°51°99°
CMYK 0.510.000.29   0.01
XYZ51.158577.120254.3088
Yxy77.12020.28020.4224
Hunter Lab87.8181-49.696424.8063
CIE-Lab90.3769-51.800324.7974

#7cfcb2 color RGB value is (124,252,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111100 10110010
Octal 174 374 262
Decimal 124 252 178
Hex 7C FC B2

RGB Percentages of Color #7cfcb2

%22.38
%45.49
%32.13

CMYK Percentages of Color #7cfcb2

%51
%0
%29
%1

Triadic Colors of #7cfcb2

#7cfcb2 #b27cfc #fcb27c

Analogous Colors of #7cfcb2

#7cfcb2 #7cfcf2 #86fc7c

Monochromatic Colors of #7cfcb2

#7cfcb2

Complementary Color

#7cfcb2 #fc7cc6

#7cfcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfcb2 Color CSS Codes

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

#7cfcb2 Text Font Color

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

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


#7cfcb2 Background Color

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

This div background color is #7cfcb2


#7cfcb2 Border Color

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

This div border color is #7cfcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfcb2

Related Colors


Comments

No comments written yet.

Please login to write comment.