Color Hex Logo

#7fd6dc Color Hex

#7FD6DC
(127,214,220)
0 Favorites   0 Comments

Color spaces of #7fd6dc

RGB 127214220
HSL0.510.570.68
HSV184°42°86°
CMYK 0.420.030.00   0.14
XYZ45.717257.772576.4518
Yxy57.77250.25410.3211
Hunter Lab76.0082-25.6507-6.4303
CIE-Lab80.6121-24.6744-11.1895

#7fd6dc color RGB value is (127,214,220).

#7fd6dc hex color red value is 127, green value is 214 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7fd6dc hue: 0.51 , saturation: 0.57 and the lightness value of 7fd6dc is 0.68.

The process color (four color CMYK) of #7fd6dc color hex is 0.42, 0.03, 0.00, 0.14. Web safe color of #7fd6dc is #66cccc. Color #7fd6dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11010110 11011100
Octal 177 326 334
Decimal 127 214 220
Hex 7F D6 DC

RGB Percentages of Color #7fd6dc

%22.64
%38.15
%39.22

CMYK Percentages of Color #7fd6dc

%42
%3
%0
%14

Triadic Colors of #7fd6dc

#7fd6dc #dc7fd6 #d6dc7f

Analogous Colors of #7fd6dc

#7fd6dc #7fa8dc #7fdcb4

Monochromatic Colors of #7fd6dc

#7fd6dc

Complementary Color

#7fd6dc #dc857f

#7fd6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fd6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fd6dc Color CSS Codes

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

#7fd6dc Text Font Color

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

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


#7fd6dc Background Color

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

This div background color is #7fd6dc


#7fd6dc Border Color

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

This div border color is #7fd6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fd6dc


Comments

No comments written yet.

Please login to write comment.