Color Hex Logo

#7ccccc Color Hex

#7CCCCC
(124,204,204)
0 Favorites   0 Comments

Color spaces of #7ccccc

RGB 124204204
HSL0.500.440.64
HSV180°39°80°
CMYK 0.390.000.00   0.20
XYZ40.804151.830564.9804
Yxy51.83050.25890.3288
Hunter Lab71.9934-24.8190-3.1191
CIE-Lab77.1794-24.4467-7.7312

#7ccccc color RGB value is (124,204,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001100 11001100
Octal 174 314 314
Decimal 124 204 204
Hex 7C CC CC

RGB Percentages of Color #7ccccc

%23.31
%38.35
%38.35

CMYK Percentages of Color #7ccccc

%39
%0
%0
%20

Triadic Colors of #7ccccc

#7ccccc #cc7ccc #cccc7c

Analogous Colors of #7ccccc

#7ccccc #7ca4cc #7ccca4

Monochromatic Colors of #7ccccc

#7ccccc

Complementary Color

#7ccccc #cc7c7c

#7ccccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccccc Color CSS Codes

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

#7ccccc Text Font Color

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

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


#7ccccc Background Color

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

This div background color is #7ccccc


#7ccccc Border Color

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

This div border color is #7ccccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccccc


Comments

No comments written yet.

Please login to write comment.