Color Hex Logo

#7cfcbf Color Hex

#7CFCBF
(124,252,191)
0 Favorites   0 Comments

Color spaces of #7cfcbf

RGB 124252191
HSL0.420.960.74
HSV151°51°99°
CMYK 0.510.000.24   0.01
XYZ52.526677.667561.5131
Yxy77.66750.27400.4051
Hunter Lab88.1292-47.836820.3067
CIE-Lab90.6280-49.288718.5059

#7cfcbf color RGB value is (124,252,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111100 10111111
Octal 174 374 277
Decimal 124 252 191
Hex 7C FC BF

RGB Percentages of Color #7cfcbf

%21.87
%44.44
%33.69

CMYK Percentages of Color #7cfcbf

%51
%0
%24
%1

Triadic Colors of #7cfcbf

#7cfcbf #bf7cfc #fcbf7c

Analogous Colors of #7cfcbf

#7cfcbf #7cf9fc #7cfc7f

Monochromatic Colors of #7cfcbf

#7cfcbf

Complementary Color

#7cfcbf #fc7cb9

#7cfcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfcbf Color CSS Codes

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

#7cfcbf Text Font Color

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

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


#7cfcbf Background Color

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

This div background color is #7cfcbf


#7cfcbf Border Color

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

This div border color is #7cfcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfcbf


Comments

No comments written yet.

Please login to write comment.