Color Hex Logo

#7ffdfb Color Hex

#7FFDFB
(127,253,251)
0 Favorites   0 Comments

Color spaces of #7ffdfb

RGB 127253251
HSL0.500.970.75
HSV179°50°99°
CMYK 0.500.000.01   0.01
XYZ61.290381.7276103.8115
Yxy81.72760.24830.3311
Hunter Lab90.4033-37.1890-4.8013
CIE-Lab92.4545-35.5054-9.8548

#7ffdfb color RGB value is (127,253,251).

#7ffdfb hex color red value is 127, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7ffdfb hue: 0.50 , saturation: 0.97 and the lightness value of 7ffdfb is 0.75.

The process color (four color CMYK) of #7ffdfb color hex is 0.50, 0.00, 0.01, 0.01. Web safe color of #7ffdfb is #66ffff. Color #7ffdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111101 11111011
Octal 177 375 373
Decimal 127 253 251
Hex 7F FD FB

RGB Percentages of Color #7ffdfb

%20.13
%40.10
%39.78

CMYK Percentages of Color #7ffdfb

%50
%0
%1
%1

Triadic Colors of #7ffdfb

#7ffdfb #fb7ffd #fdfb7f

Analogous Colors of #7ffdfb

#7ffdfb #7fc0fd #7ffdbc

Monochromatic Colors of #7ffdfb

#7ffdfb

Complementary Color

#7ffdfb #fd7f81

#7ffdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffdfb Color CSS Codes

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

#7ffdfb Text Font Color

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

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


#7ffdfb Background Color

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

This div background color is #7ffdfb


#7ffdfb Border Color

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

This div border color is #7ffdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.