Color Hex Logo

#7dfbbf Color Hex

#7DFBBF
(125,251,191)
0 Favorites   0 Comments

Color spaces of #7dfbbf

RGB 125251191
HSL0.420.940.74
HSV151°50°98°
CMYK 0.500.000.24   0.02
XYZ52.358677.115961.4155
Yxy77.11590.27430.4040
Hunter Lab87.8157-47.249820.0054
CIE-Lab90.3749-48.636018.1572

#7dfbbf color RGB value is (125,251,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111011 10111111
Octal 175 373 277
Decimal 125 251 191
Hex 7D FB BF

RGB Percentages of Color #7dfbbf

%22.05
%44.27
%33.69

CMYK Percentages of Color #7dfbbf

%50
%0
%24
%2

Triadic Colors of #7dfbbf

#7dfbbf #bf7dfb #fbbf7d

Analogous Colors of #7dfbbf

#7dfbbf #7df8fb #7dfb80

Monochromatic Colors of #7dfbbf

#7dfbbf

Complementary Color

#7dfbbf #fb7db9

#7dfbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfbbf Color CSS Codes

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

#7dfbbf Text Font Color

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

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


#7dfbbf Background Color

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

This div background color is #7dfbbf


#7dfbbf Border Color

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

This div border color is #7dfbbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,251,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 #7dfbbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfbbf


Comments

No comments written yet.

Please login to write comment.