Color Hex Logo

#7dfcdc Color Hex

#7DFCDC
(125,252,220)
0 Favorites   0 Comments

Color spaces of #7dfcdc

RGB 125252220
HSL0.460.950.74
HSV165°50°99°
CMYK 0.500.000.13   0.01
XYZ56.186179.148180.0259
Yxy79.14810.26090.3675
Hunter Lab88.9652-42.95728.9432
CIE-Lab91.3013-42.87514.5120

#7dfcdc color RGB value is (125,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111100 11011100
Octal 175 374 334
Decimal 125 252 220
Hex 7D FC DC

RGB Percentages of Color #7dfcdc

%20.94
%42.21
%36.85

CMYK Percentages of Color #7dfcdc

%50
%0
%13
%1

Triadic Colors of #7dfcdc

#7dfcdc #dc7dfc #fcdc7d

Analogous Colors of #7dfcdc

#7dfcdc #7dddfc #7dfc9d

Monochromatic Colors of #7dfcdc

#7dfcdc

Complementary Color

#7dfcdc #fc7d9d

#7dfcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfcdc Color CSS Codes

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

#7dfcdc Text Font Color

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

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


#7dfcdc Background Color

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

This div background color is #7dfcdc


#7dfcdc Border Color

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

This div border color is #7dfcdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,252,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 #7dfcdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfcdc


Comments

No comments written yet.

Please login to write comment.