Color Hex Logo

#7fc7ce Color Hex

#7FC7CE
(127,199,206)
0 Favorites   0 Comments

Color spaces of #7fc7ce

RGB 127199206
HSL0.510.450.65
HSV185°38°81°
CMYK 0.380.030.00   0.19
XYZ40.316449.815165.8829
Yxy49.81510.25840.3193
Hunter Lab70.5798-21.5524-5.9385
CIE-Lab75.9556-20.6807-10.6171

#7fc7ce color RGB value is (127,199,206).

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

The process color (four color CMYK) of #7fc7ce color hex is 0.38, 0.03, 0.00, 0.19. Web safe color of #7fc7ce is #66cccc. Color #7fc7ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000111 11001110
Octal 177 307 316
Decimal 127 199 206
Hex 7F C7 CE

RGB Percentages of Color #7fc7ce

%23.87
%37.41
%38.72

CMYK Percentages of Color #7fc7ce

%38
%3
%0
%19

Triadic Colors of #7fc7ce

#7fc7ce #ce7fc7 #c7ce7f

Analogous Colors of #7fc7ce

#7fc7ce #7fa0ce #7fceae

Monochromatic Colors of #7fc7ce

#7fc7ce

Complementary Color

#7fc7ce #ce867f

#7fc7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc7ce Color CSS Codes

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

#7fc7ce Text Font Color

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

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


#7fc7ce Background Color

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

This div background color is #7fc7ce


#7fc7ce Border Color

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

This div border color is #7fc7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc7ce


Comments

No comments written yet.

Please login to write comment.