Color Hex Logo

#7dffbf Color Hex

#7DFFBF
(125,255,191)
0 Favorites   0 Comments

Color spaces of #7dffbf

RGB 125255191
HSL0.421.000.75
HSV150°51°100°
CMYK 0.510.000.25   0.00
XYZ53.621479.641661.8364
Yxy79.64160.27480.4082
Hunter Lab89.2421-48.921521.3871
CIE-Lab91.5238-50.319019.7613

#7dffbf color RGB value is (125,255,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111111 10111111
Octal 175 377 277
Decimal 125 255 191
Hex 7D FF BF

RGB Percentages of Color #7dffbf

%21.89
%44.66
%33.45

CMYK Percentages of Color #7dffbf

%51
%0
%25
%0

Triadic Colors of #7dffbf

#7dffbf #bf7dff #ffbf7d

Analogous Colors of #7dffbf

#7dffbf #7dfeff #7dff7e

Monochromatic Colors of #7dffbf

#7dffbf

Complementary Color

#7dffbf #ff7dbd

#7dffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dffbf Color CSS Codes

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

#7dffbf Text Font Color

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

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


#7dffbf Background Color

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

This div background color is #7dffbf


#7dffbf Border Color

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

This div border color is #7dffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dffbf

Related Colors


Comments

No comments written yet.

Please login to write comment.