Color Hex Logo

#7cfbbb Color Hex

#7CFBBB
(124,251,187)
0 Favorites   0 Comments

Color spaces of #7cfbbb

RGB 124251187
HSL0.420.940.74
HSV150°51°98°
CMYK 0.510.000.25   0.02
XYZ51.779076.867359.1215
Yxy76.86730.27580.4094
Hunter Lab87.6740-48.010021.3906
CIE-Lab90.2605-49.660820.0435

#7cfbbb color RGB value is (124,251,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111011 10111011
Octal 174 373 273
Decimal 124 251 187
Hex 7C FB BB

RGB Percentages of Color #7cfbbb

%22.06
%44.66
%33.27

CMYK Percentages of Color #7cfbbb

%51
%0
%25
%2

Triadic Colors of #7cfbbb

#7cfbbb #bb7cfb #fbbb7c

Analogous Colors of #7cfbbb

#7cfbbb #7cfbfb #7dfb7c

Monochromatic Colors of #7cfbbb

#7cfbbb

Complementary Color

#7cfbbb #fb7cbc

#7cfbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfbbb Color CSS Codes

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

#7cfbbb Text Font Color

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

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


#7cfbbb Background Color

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

This div background color is #7cfbbb


#7cfbbb Border Color

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

This div border color is #7cfbbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,251,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 #7cfbbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfbbb

Related Colors


Comments

No comments written yet.

Please login to write comment.