Color Hex Logo

#7ffdbf Color Hex

#7FFDBF
(127,253,191)
0 Favorites   0 Comments

Color spaces of #7ffdbf

RGB 127253191
HSL0.420.970.75
HSV150°50°99°
CMYK 0.500.000.25   0.01
XYZ53.281678.524261.6387
Yxy78.52420.27540.4059
Hunter Lab88.6139-47.746120.7883
CIE-Lab91.0186-49.015819.0669

#7ffdbf color RGB value is (127,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111101 10111111
Octal 177 375 277
Decimal 127 253 191
Hex 7F FD BF

RGB Percentages of Color #7ffdbf

%22.24
%44.31
%33.45

CMYK Percentages of Color #7ffdbf

%50
%0
%25
%1

Triadic Colors of #7ffdbf

#7ffdbf #bf7ffd #fdbf7f

Analogous Colors of #7ffdbf

#7ffdbf #7ffcfd #7ffd80

Monochromatic Colors of #7ffdbf

#7ffdbf

Complementary Color

#7ffdbf #fd7fbd

#7ffdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffdbf Color CSS Codes

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

#7ffdbf Text Font Color

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

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


#7ffdbf Background Color

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

This div background color is #7ffdbf


#7ffdbf Border Color

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

This div border color is #7ffdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffdbf


Comments

No comments written yet.

Please login to write comment.