Color Hex Logo

#7fdfce Color Hex

#7FDFCE
(127,223,206)
0 Favorites   0 Comments

Color spaces of #7fdfce

RGB 127223206
HSL0.470.600.69
HSV169°43°87°
CMYK 0.430.000.08   0.13
XYZ46.280761.743667.8710
Yxy61.74360.26310.3510
Hunter Lab78.5771-32.37623.7922
CIE-Lab82.7769-32.4021-0.5410

#7fdfce color RGB value is (127,223,206).

#7fdfce hex color red value is 127, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7fdfce hue: 0.47 , saturation: 0.60 and the lightness value of 7fdfce is 0.69.

The process color (four color CMYK) of #7fdfce color hex is 0.43, 0.00, 0.08, 0.13. Web safe color of #7fdfce is #66cccc. Color #7fdfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011111 11001110
Octal 177 337 316
Decimal 127 223 206
Hex 7F DF CE

RGB Percentages of Color #7fdfce

%22.84
%40.11
%37.05

CMYK Percentages of Color #7fdfce

%43
%0
%8
%13

Triadic Colors of #7fdfce

#7fdfce #ce7fdf #dfce7f

Analogous Colors of #7fdfce

#7fdfce #7fc0df #7fdf9e

Monochromatic Colors of #7fdfce

#7fdfce

Complementary Color

#7fdfce #df7f90

#7fdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdfce Color CSS Codes

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

#7fdfce Text Font Color

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

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


#7fdfce Background Color

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

This div background color is #7fdfce


#7fdfce Border Color

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

This div border color is #7fdfce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,223,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdfce


Comments

No comments written yet.

Please login to write comment.