Color Hex Logo

#7ffbdb Color Hex

#7FFBDB
(127,251,219)
0 Favorites   0 Comments

Color spaces of #7ffbdb

RGB 127251219
HSL0.460.940.74
HSV165°49°98°
CMYK 0.490.000.13   0.02
XYZ56.035878.620979.2398
Yxy78.62090.26200.3676
Hunter Lab88.6684-42.36319.0825
CIE-Lab91.0625-42.22054.6933

#7ffbdb color RGB value is (127,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 11011011
Octal 177 373 333
Decimal 127 251 219
Hex 7F FB DB

RGB Percentages of Color #7ffbdb

%21.27
%42.04
%36.68

CMYK Percentages of Color #7ffbdb

%49
%0
%13
%2

Triadic Colors of #7ffbdb

#7ffbdb #db7ffb #fbdb7f

Analogous Colors of #7ffbdb

#7ffbdb #7fddfb #7ffb9d

Monochromatic Colors of #7ffbdb

#7ffbdb

Complementary Color

#7ffbdb #fb7f9f

#7ffbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbdb Color CSS Codes

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

#7ffbdb Text Font Color

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

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


#7ffbdb Background Color

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

This div background color is #7ffbdb


#7ffbdb Border Color

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

This div border color is #7ffbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbdb


Comments

No comments written yet.

Please login to write comment.