Color Hex Logo

#7ffbdc Color Hex

#7FFBDC
(127,251,220)
0 Favorites   0 Comments

Color spaces of #7ffbdc

RGB 127251220
HSL0.460.940.74
HSV165°49°98°
CMYK 0.490.000.12   0.02
XYZ56.167878.673779.9353
Yxy78.67370.26150.3663
Hunter Lab88.6982-42.18748.6563
CIE-Lab91.0864-41.99484.2098

#7ffbdc color RGB value is (127,251,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 11011100
Octal 177 373 334
Decimal 127 251 220
Hex 7F FB DC

RGB Percentages of Color #7ffbdc

%21.24
%41.97
%36.79

CMYK Percentages of Color #7ffbdc

%49
%0
%12
%2

Triadic Colors of #7ffbdc

#7ffbdc #dc7ffb #fbdc7f

Analogous Colors of #7ffbdc

#7ffbdc #7fdcfb #7ffb9e

Monochromatic Colors of #7ffbdc

#7ffbdc

Complementary Color

#7ffbdc #fb7f9e

#7ffbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbdc Color CSS Codes

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

#7ffbdc Text Font Color

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

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


#7ffbdc Background Color

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

This div background color is #7ffbdc


#7ffbdc Border Color

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

This div border color is #7ffbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbdc


Comments

No comments written yet.

Please login to write comment.