Color Hex Logo

#7fcccc Color Hex

#7FCCCC
(127,204,204)
0 Favorites   0 Comments

Color spaces of #7fcccc

RGB 127204204
HSL0.500.430.65
HSV180°38°80°
CMYK 0.380.000.00   0.20
XYZ41.244352.057465.0010
Yxy52.05740.26050.3288
Hunter Lab72.1508-24.2262-2.9091
CIE-Lab77.3151-23.6804-7.5149

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 11001100
Octal 177 314 314
Decimal 127 204 204
Hex 7F CC CC

RGB Percentages of Color #7fcccc

%23.74
%38.13
%38.13

CMYK Percentages of Color #7fcccc

%38
%0
%0
%20

Triadic Colors of #7fcccc

#7fcccc #cc7fcc #cccc7f

Analogous Colors of #7fcccc

#7fcccc #7fa6cc #7fcca6

Monochromatic Colors of #7fcccc

#7fcccc

Complementary Color

#7fcccc #cc7f7f

#7fcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcccc Color CSS Codes

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

#7fcccc Text Font Color

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

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


#7fcccc Background Color

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

This div background color is #7fcccc


#7fcccc Border Color

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

This div border color is #7fcccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcccc


Comments

No comments written yet.

Please login to write comment.