Color Hex Logo

#7ffbda Color Hex

#7FFBDA
(127,251,218)
0 Favorites   0 Comments

Color spaces of #7ffbda

RGB 127251218
HSL0.460.940.74
HSV164°49°98°
CMYK 0.490.000.13   0.02
XYZ55.904578.568378.5484
Yxy78.56830.26240.3688
Hunter Lab88.6388-42.53789.5065
CIE-Lab91.0386-42.44525.1769

#7ffbda color RGB value is (127,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 11011010
Octal 177 373 332
Decimal 127 251 218
Hex 7F FB DA

RGB Percentages of Color #7ffbda

%21.31
%42.11
%36.58

CMYK Percentages of Color #7ffbda

%49
%0
%13
%2

Triadic Colors of #7ffbda

#7ffbda #da7ffb #fbda7f

Analogous Colors of #7ffbda

#7ffbda #7fdefb #7ffb9c

Monochromatic Colors of #7ffbda

#7ffbda

Complementary Color

#7ffbda #fb7fa0

#7ffbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbda Color CSS Codes

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

#7ffbda Text Font Color

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

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


#7ffbda Background Color

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

This div background color is #7ffbda


#7ffbda Border Color

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

This div border color is #7ffbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbda

Related Colors


Comments

No comments written yet.

Please login to write comment.