Color Hex Logo

#7fdade Color Hex

#7FDADE
(127,218,222)
0 Favorites   0 Comments

Color spaces of #7fdade

RGB 127218222
HSL0.510.590.68
HSV183°43°87°
CMYK 0.430.020.00   0.13
XYZ47.008659.928878.1970
Yxy59.92880.25390.3237
Hunter Lab77.4137-27.0818-5.7003
CIE-Lab81.7995-26.1376-10.4848

#7fdade color RGB value is (127,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 11011110
Octal 177 332 336
Decimal 127 218 222
Hex 7F DA DE

RGB Percentages of Color #7fdade

%22.40
%38.45
%39.15

CMYK Percentages of Color #7fdade

%43
%2
%0
%13

Triadic Colors of #7fdade

#7fdade #de7fda #dade7f

Analogous Colors of #7fdade

#7fdade #7fabde #7fdeb3

Monochromatic Colors of #7fdade

#7fdade

Complementary Color

#7fdade #de837f

#7fdade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdade Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdade Color CSS Codes

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

#7fdade Text Font Color

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

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


#7fdade Background Color

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

This div background color is #7fdade


#7fdade Border Color

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

This div border color is #7fdade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdade


Comments

No comments written yet.

Please login to write comment.