Color Hex Logo

#7dffba Color Hex

#7DFFBA
(125,255,186)
0 Favorites   0 Comments

Color spaces of #7dffba

RGB 125255186
HSL0.411.000.75
HSV148°51°100°
CMYK 0.510.000.27   0.00
XYZ53.080479.425158.9873
Yxy79.42510.27720.4148
Hunter Lab89.1208-49.646623.1416
CIE-Lab91.4263-51.292822.1770

#7dffba color RGB value is (125,255,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111111 10111010
Octal 175 377 272
Decimal 125 255 186
Hex 7D FF BA

RGB Percentages of Color #7dffba

%22.08
%45.05
%32.86

CMYK Percentages of Color #7dffba

%51
%0
%27
%0

Triadic Colors of #7dffba

#7dffba #ba7dff #ffba7d

Analogous Colors of #7dffba

#7dffba #7dfffb #81ff7d

Monochromatic Colors of #7dffba

#7dffba

Complementary Color

#7dffba #ff7dc2

#7dffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dffba Color CSS Codes

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

#7dffba Text Font Color

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

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


#7dffba Background Color

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

This div background color is #7dffba


#7dffba Border Color

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

This div border color is #7dffba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,255,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dffba

Related Colors

#7dffba Color Palettes


Comments

No comments written yet.

Please login to write comment.