Color Hex Logo

#7fced6 Color Hex

#7FCED6
(127,206,214)
0 Favorites   0 Comments

Color spaces of #7fced6

RGB 127206214
HSL0.520.510.67
HSV186°41°84°
CMYK 0.410.040.00   0.16
XYZ42.961353.509771.6824
Yxy53.50970.25550.3182
Hunter Lab73.1503-23.1797-6.8950
CIE-Lab78.1750-22.2049-11.6153

#7fced6 color RGB value is (127,206,214).

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

The process color (four color CMYK) of #7fced6 color hex is 0.41, 0.04, 0.00, 0.16. Web safe color of #7fced6 is #66cccc. Color #7fced6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 11010110
Octal 177 316 326
Decimal 127 206 214
Hex 7F CE D6

RGB Percentages of Color #7fced6

%23.22
%37.66
%39.12

CMYK Percentages of Color #7fced6

%41
%4
%0
%16

Triadic Colors of #7fced6

#7fced6 #d67fce #ced67f

Analogous Colors of #7fced6

#7fced6 #7fa3d6 #7fd6b3

Monochromatic Colors of #7fced6

#7fced6

Complementary Color

#7fced6 #d6877f

#7fced6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fced6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fced6 Color CSS Codes

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

#7fced6 Text Font Color

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

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


#7fced6 Background Color

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

This div background color is #7fced6


#7fced6 Border Color

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

This div border color is #7fced6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fced6


Comments

No comments written yet.

Please login to write comment.