Color Hex Logo

#7fd9dc Color Hex

#7FD9DC
(127,217,220)
0 Favorites   0 Comments

Color spaces of #7fd9dc

RGB 127217220
HSL0.510.570.68
HSV182°42°86°
CMYK 0.420.010.00   0.14
XYZ46.483559.305076.7072
Yxy59.30500.25470.3250
Hunter Lab77.0097-27.0235-5.1503
CIE-Lab81.4590-26.1477-9.9272

#7fd9dc color RGB value is (127,217,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011001 11011100
Octal 177 331 334
Decimal 127 217 220
Hex 7F D9 DC

RGB Percentages of Color #7fd9dc

%22.52
%38.48
%39.01

CMYK Percentages of Color #7fd9dc

%42
%1
%0
%14

Triadic Colors of #7fd9dc

#7fd9dc #dc7fd9 #d9dc7f

Analogous Colors of #7fd9dc

#7fd9dc #7fabdc #7fdcb1

Monochromatic Colors of #7fd9dc

#7fd9dc

Complementary Color

#7fd9dc #dc827f

#7fd9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fd9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fd9dc Color CSS Codes

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

#7fd9dc Text Font Color

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

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


#7fd9dc Background Color

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

This div background color is #7fd9dc


#7fd9dc Border Color

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

This div border color is #7fd9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fd9dc


Comments

No comments written yet.

Please login to write comment.