Color Hex Logo

#7ffbdd Color Hex

#7FFBDD
(127,251,221)
0 Favorites   0 Comments

Color spaces of #7ffbdd

RGB 127251221
HSL0.460.940.74
HSV165°49°98°
CMYK 0.490.000.12   0.02
XYZ56.300778.726880.6351
Yxy78.72680.26110.3650
Hunter Lab88.7281-42.01058.2276
CIE-Lab91.1105-41.76793.7264

#7ffbdd color RGB value is (127,251,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 11011101
Octal 177 373 335
Decimal 127 251 221
Hex 7F FB DD

RGB Percentages of Color #7ffbdd

%21.20
%41.90
%36.89

CMYK Percentages of Color #7ffbdd

%49
%0
%12
%2

Triadic Colors of #7ffbdd

#7ffbdd #dd7ffb #fbdd7f

Analogous Colors of #7ffbdd

#7ffbdd #7fdbfb #7ffb9f

Monochromatic Colors of #7ffbdd

#7ffbdd

Complementary Color

#7ffbdd #fb7f9d

#7ffbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbdd Color CSS Codes

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

#7ffbdd Text Font Color

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

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


#7ffbdd Background Color

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

This div background color is #7ffbdd


#7ffbdd Border Color

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

This div border color is #7ffbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbdd


Comments

No comments written yet.

Please login to write comment.