Color Hex Logo

#7dfad8 Color Hex

#7DFAD8
(125,250,216)
0 Favorites   0 Comments

Color spaces of #7dfad8

RGB 125250216
HSL0.450.930.74
HSV164°50°98°
CMYK 0.500.000.14   0.02
XYZ55.037777.689177.0604
Yxy77.68910.26240.3703
Hunter Lab88.1414-42.78769.8629
CIE-Lab90.6378-42.89435.6258

#7dfad8 color RGB value is (125,250,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111010 11011000
Octal 175 372 330
Decimal 125 250 216
Hex 7D FA D8

RGB Percentages of Color #7dfad8

%21.15
%42.30
%36.55

CMYK Percentages of Color #7dfad8

%50
%0
%14
%2

Triadic Colors of #7dfad8

#7dfad8 #d87dfa #fad87d

Analogous Colors of #7dfad8

#7dfad8 #7ddefa #7dfa9a

Monochromatic Colors of #7dfad8

#7dfad8

Complementary Color

#7dfad8 #fa7d9f

#7dfad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfad8 Color CSS Codes

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

#7dfad8 Text Font Color

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

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


#7dfad8 Background Color

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

This div background color is #7dfad8


#7dfad8 Border Color

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

This div border color is #7dfad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfad8


Comments

No comments written yet.

Please login to write comment.