Color Hex Logo

#7dfdcd Color Hex

#7DFDCD
(125,253,205)
0 Favorites   0 Comments

Color spaces of #7dfdcd

RGB 125253205
HSL0.440.970.74
HSV158°51°99°
CMYK 0.510.000.19   0.01
XYZ54.602279.018370.1318
Yxy79.01830.26800.3878
Hunter Lab88.8922-45.917515.4475
CIE-Lab91.2426-46.603012.1787

#7dfdcd color RGB value is (125,253,205).

#7dfdcd hex color red value is 125, green value is 253 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7dfdcd hue: 0.44 , saturation: 0.97 and the lightness value of 7dfdcd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111101 11001101
Octal 175 375 315
Decimal 125 253 205
Hex 7D FD CD

RGB Percentages of Color #7dfdcd

%21.44
%43.40
%35.16

CMYK Percentages of Color #7dfdcd

%51
%0
%19
%1

Triadic Colors of #7dfdcd

#7dfdcd #cd7dfd #fdcd7d

Analogous Colors of #7dfdcd

#7dfdcd #7dedfd #7dfd8d

Monochromatic Colors of #7dfdcd

#7dfdcd

Complementary Color

#7dfdcd #fd7dad

#7dfdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfdcd Color CSS Codes

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

#7dfdcd Text Font Color

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

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


#7dfdcd Background Color

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

This div background color is #7dfdcd


#7dfdcd Border Color

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

This div border color is #7dfdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfdcd


Comments

No comments written yet.

Please login to write comment.