Color Hex Logo

#7cfbdb Color Hex

#7CFBDB
(124,251,219)
0 Favorites   0 Comments

Color spaces of #7cfbdb

RGB 124251219
HSL0.460.940.74
HSV165°51°98°
CMYK 0.510.000.13   0.02
XYZ55.595578.393979.2192
Yxy78.39390.26080.3677
Hunter Lab88.5403-42.86348.9300
CIE-Lab90.9593-42.87694.5310

#7cfbdb color RGB value is (124,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111011 11011011
Octal 174 373 333
Decimal 124 251 219
Hex 7C FB DB

RGB Percentages of Color #7cfbdb

%20.88
%42.26
%36.87

CMYK Percentages of Color #7cfbdb

%51
%0
%13
%2

Triadic Colors of #7cfbdb

#7cfbdb #db7cfb #fbdb7c

Analogous Colors of #7cfbdb

#7cfbdb #7cdcfb #7cfb9c

Monochromatic Colors of #7cfbdb

#7cfbdb

Complementary Color

#7cfbdb #fb7c9c

#7cfbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfbdb Color CSS Codes

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

#7cfbdb Text Font Color

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

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


#7cfbdb Background Color

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

This div background color is #7cfbdb


#7cfbdb Border Color

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

This div border color is #7cfbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfbdb

Related Colors


Comments

No comments written yet.

Please login to write comment.