Color Hex Logo

#7fdfde Color Hex

#7FDFDE
(127,223,222)
0 Favorites   0 Comments

Color spaces of #7fdfde

RGB 127223222
HSL0.500.600.69
HSV179°43°87°
CMYK 0.430.000.00   0.13
XYZ48.324962.561378.6358
Yxy62.56130.25500.3301
Hunter Lab79.0957-29.3598-3.5783
CIE-Lab83.2110-28.5651-8.3855

#7fdfde color RGB value is (127,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011111 11011110
Octal 177 337 336
Decimal 127 223 222
Hex 7F DF DE

RGB Percentages of Color #7fdfde

%22.20
%38.99
%38.81

CMYK Percentages of Color #7fdfde

%43
%0
%0
%13

Triadic Colors of #7fdfde

#7fdfde #de7fdf #dfde7f

Analogous Colors of #7fdfde

#7fdfde #7fb0df #7fdfae

Monochromatic Colors of #7fdfde

#7fdfde

Complementary Color

#7fdfde #df7f80

#7fdfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdfde Color CSS Codes

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

#7fdfde Text Font Color

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

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


#7fdfde Background Color

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

This div background color is #7fdfde


#7fdfde Border Color

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

This div border color is #7fdfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdfde


Comments

No comments written yet.

Please login to write comment.