Color Hex Logo

#7fc8cc Color Hex

#7FC8CC
(127,200,204)
0 Favorites   0 Comments

Color spaces of #7fc8cc

RGB 127200204
HSL0.510.430.65
HSV183°38°80°
CMYK 0.380.020.00   0.20
XYZ40.305850.180264.6882
Yxy50.18020.25970.3234
Hunter Lab70.8380-22.4025-4.5562
CIE-Lab76.1797-21.6796-9.2019

#7fc8cc color RGB value is (127,200,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001000 11001100
Octal 177 310 314
Decimal 127 200 204
Hex 7F C8 CC

RGB Percentages of Color #7fc8cc

%23.92
%37.66
%38.42

CMYK Percentages of Color #7fc8cc

%38
%2
%0
%20

Triadic Colors of #7fc8cc

#7fc8cc #cc7fc8 #c8cc7f

Analogous Colors of #7fc8cc

#7fc8cc #7fa2cc #7fccaa

Monochromatic Colors of #7fc8cc

#7fc8cc

Complementary Color

#7fc8cc #cc837f

#7fc8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc8cc Color CSS Codes

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

#7fc8cc Text Font Color

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

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


#7fc8cc Background Color

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

This div background color is #7fc8cc


#7fc8cc Border Color

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

This div border color is #7fc8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc8cc


Comments

No comments written yet.

Please login to write comment.