Color Hex Logo

#07cccc Color Hex

#07CCCC
(7,204,204)
0 Favorites   0 Comments

Color spaces of #07cccc

RGB 7204204
HSL0.500.930.41
HSV180°97°80°
CMYK 0.970.000.00   0.20
XYZ32.579647.590564.5955
Yxy47.59050.22510.3287
Hunter Lab68.9859-36.4260-7.2266
CIE-Lab74.5659-40.4473-11.9040

#07cccc color RGB value is (7,204,204).

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

The process color (four color CMYK) of #07cccc color hex is 0.97, 0.00, 0.00, 0.20. Web safe color of #07cccc is #00cccc. Color #07cccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001100 11001100
Octal 7 314 314
Decimal 7 204 204
Hex 7 CC CC

RGB Percentages of Color #07cccc

%1.69
%49.16
%49.16

CMYK Percentages of Color #07cccc

%97
%0
%0
%20

Triadic Colors of #07cccc

#07cccc #cc07cc #cccc07

Analogous Colors of #07cccc

#07cccc #076acc #07cc6a

Monochromatic Colors of #07cccc

#07cccc

Complementary Color

#07cccc #cc0707

#07cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#07cccc Color CSS Codes

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

#07cccc Text Font Color

<p style="color:#07cccc">Text here</p>

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


#07cccc Background Color

<div style="background-color:#07cccc">
Div content here</div>

This div background color is #07cccc


#07cccc Border Color

<div style="border:3px solid #07cccc">
Div here</div>

This div border color is #07cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07cccc


Comments

No comments written yet.

Please login to write comment.