Color Hex Logo

#07c9cd Color Hex

#07C9CD
(7,201,205)
0 Favorites   0 Comments

Color spaces of #07c9cd

RGB 7201205
HSL0.500.930.42
HSV181°97°80°
CMYK 0.970.020.00   0.20
XYZ31.993746.226264.9939
Yxy46.22620.22340.3228
Hunter Lab67.9899-34.9862-9.0845
CIE-Lab73.6921-38.7911-13.7554

#07c9cd color RGB value is (7,201,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 11001001 11001101
Octal 7 311 315
Decimal 7 201 205
Hex 7 C9 CD

RGB Percentages of Color #07c9cd

%1.69
%48.67
%49.64

CMYK Percentages of Color #07c9cd

%97
%2
%0
%20

Triadic Colors of #07c9cd

#07c9cd #cd07c9 #c9cd07

Analogous Colors of #07c9cd

#07c9cd #0766cd #07cd6e

Monochromatic Colors of #07c9cd

#07c9cd

Complementary Color

#07c9cd #cd0b07

#07c9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07c9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#07c9cd Color CSS Codes

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

#07c9cd Text Font Color

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

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


#07c9cd Background Color

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

This div background color is #07c9cd


#07c9cd Border Color

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

This div border color is #07c9cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,201,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07c9cd


Comments

No comments written yet.

Please login to write comment.