Color Hex Logo

#7dfada Color Hex

#7DFADA
(125,250,218)
0 Favorites   0 Comments

Color spaces of #7dfada

RGB 125250218
HSL0.460.930.74
HSV165°50°98°
CMYK 0.500.000.13   0.02
XYZ55.297977.793178.4307
Yxy77.79310.26140.3678
Hunter Lab88.2004-42.43889.0177
CIE-Lab90.6854-42.44364.6575

#7dfada color RGB value is (125,250,218).

#7dfada hex color red value is 125, green value is 250 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7dfada hue: 0.46 , saturation: 0.93 and the lightness value of 7dfada is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111010 11011010
Octal 175 372 332
Decimal 125 250 218
Hex 7D FA DA

RGB Percentages of Color #7dfada

%21.08
%42.16
%36.76

CMYK Percentages of Color #7dfada

%50
%0
%13
%2

Triadic Colors of #7dfada

#7dfada #da7dfa #fada7d

Analogous Colors of #7dfada

#7dfada #7ddcfa #7dfa9c

Monochromatic Colors of #7dfada

#7dfada

Complementary Color

#7dfada #fa7d9d

#7dfada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfada Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfada Color CSS Codes

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

#7dfada Text Font Color

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

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


#7dfada Background Color

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

This div background color is #7dfada


#7dfada Border Color

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

This div border color is #7dfada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfada

Related Colors


Comments

No comments written yet.

Please login to write comment.