Color Hex Logo

#7dffd4 Color Hex

#7DFFD4
(125,255,212)
0 Favorites   0 Comments

Color spaces of #7dffd4

RGB 125255212
HSL0.441.000.75
HSV160°51°100°
CMYK 0.510.000.17   0.00
XYZ56.101180.633474.8943
Yxy80.63340.26510.3810
Hunter Lab89.7961-45.623313.4065
CIE-Lab91.9683-45.96219.6056

#7dffd4 color RGB value is (125,255,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111111 11010100
Octal 175 377 324
Decimal 125 255 212
Hex 7D FF D4

RGB Percentages of Color #7dffd4

%21.11
%43.07
%35.81

CMYK Percentages of Color #7dffd4

%51
%0
%17
%0

Triadic Colors of #7dffd4

#7dffd4 #d47dff #ffd47d

Analogous Colors of #7dffd4

#7dffd4 #7de9ff #7dff93

Monochromatic Colors of #7dffd4

#7dffd4

Complementary Color

#7dffd4 #ff7da8

#7dffd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dffd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dffd4 Color CSS Codes

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

#7dffd4 Text Font Color

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

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


#7dffd4 Background Color

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

This div background color is #7dffd4


#7dffd4 Border Color

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

This div border color is #7dffd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dffd4


Comments

No comments written yet.

Please login to write comment.