Color Hex Logo

#7df1dc Color Hex

#7DF1DC
(125,241,220)
0 Favorites   0 Comments

Color spaces of #7df1dc

RGB 125241220
HSL0.470.810.72
HSV169°48°95°
CMYK 0.480.000.09   0.05
XYZ52.831072.437978.9076
Yxy72.43790.25880.3548
Hunter Lab85.1105-38.14224.6084
CIE-Lab88.1789-37.9415-0.0266

#7df1dc color RGB value is (125,241,220).

#7df1dc hex color red value is 125, green value is 241 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7df1dc hue: 0.47 , saturation: 0.81 and the lightness value of 7df1dc is 0.72.

The process color (four color CMYK) of #7df1dc color hex is 0.48, 0.00, 0.09, 0.05. Web safe color of #7df1dc is #66ffcc. Color #7df1dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11110001 11011100
Octal 175 361 334
Decimal 125 241 220
Hex 7D F1 DC

RGB Percentages of Color #7df1dc

%21.33
%41.13
%37.54

CMYK Percentages of Color #7df1dc

%48
%0
%9
%5

Triadic Colors of #7df1dc

#7df1dc #dc7df1 #f1dc7d

Analogous Colors of #7df1dc

#7df1dc #7dccf1 #7df1a2

Monochromatic Colors of #7df1dc

#7df1dc

Complementary Color

#7df1dc #f17d92

#7df1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7df1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7df1dc Color CSS Codes

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

#7df1dc Text Font Color

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

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


#7df1dc Background Color

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

This div background color is #7df1dc


#7df1dc Border Color

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

This div border color is #7df1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7df1dc


Comments

No comments written yet.

Please login to write comment.