Color Hex Logo

#7ffdbb Color Hex

#7FFDBB
(127,253,187)
0 Favorites   0 Comments

Color spaces of #7ffdbb

RGB 127253187
HSL0.410.970.75
HSV149°50°99°
CMYK 0.500.000.26   0.01
XYZ52.847378.350459.3515
Yxy78.35040.27730.4112
Hunter Lab88.5158-48.331222.2060
CIE-Lab90.9396-49.798421.0030

#7ffdbb color RGB value is (127,253,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111101 10111011
Octal 177 375 273
Decimal 127 253 187
Hex 7F FD BB

RGB Percentages of Color #7ffdbb

%22.40
%44.62
%32.98

CMYK Percentages of Color #7ffdbb

%50
%0
%26
%1

Triadic Colors of #7ffdbb

#7ffdbb #bb7ffd #fdbb7f

Analogous Colors of #7ffdbb

#7ffdbb #7ffdfa #82fd7f

Monochromatic Colors of #7ffdbb

#7ffdbb

Complementary Color

#7ffdbb #fd7fc1

#7ffdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffdbb Color CSS Codes

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

#7ffdbb Text Font Color

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

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


#7ffdbb Background Color

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

This div background color is #7ffdbb


#7ffdbb Border Color

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

This div border color is #7ffdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffdbb


Comments

No comments written yet.

Please login to write comment.