Color Hex Logo

#73cfcf Color Hex

#73CFCF
(115,207,207)
0 Favorites   0 Comments

Color spaces of #73cfcf

RGB 115207207
HSL0.500.490.63
HSV180°44°81°
CMYK 0.440.000.00   0.19
XYZ40.645552.775567.0759
Yxy52.77550.25320.3288
Hunter Lab72.6467-27.2619-3.8907
CIE-Lab77.7423-27.3623-8.5516

#73cfcf color RGB value is (115,207,207).

#73cfcf hex color red value is 115, green value is 207 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #73cfcf hue: 0.50 , saturation: 0.49 and the lightness value of 73cfcf is 0.63.

The process color (four color CMYK) of #73cfcf color hex is 0.44, 0.00, 0.00, 0.19. Web safe color of #73cfcf is #66cccc. Color #73cfcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001111 11001111
Octal 163 317 317
Decimal 115 207 207
Hex 73 CF CF

RGB Percentages of Color #73cfcf

%21.74
%39.13
%39.13

CMYK Percentages of Color #73cfcf

%44
%0
%0
%19

Triadic Colors of #73cfcf

#73cfcf #cf73cf #cfcf73

Analogous Colors of #73cfcf

#73cfcf #73a1cf #73cfa1

Monochromatic Colors of #73cfcf

#73cfcf

Complementary Color

#73cfcf #cf7373

#73cfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cfcf Color CSS Codes

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

#73cfcf Text Font Color

<p style="color:#73cfcf">Text here</p>

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


#73cfcf Background Color

<div style="background-color:#73cfcf">
Div content here</div>

This div background color is #73cfcf


#73cfcf Border Color

<div style="border:3px solid #73cfcf">
Div here</div>

This div border color is #73cfcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,207,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73cfcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73cfcf;
  -webkit-box-shadow: 1px 1px 3px 2px #73cfcf;
  box-shadow:         1px 1px 3px 2px #73cfcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cfcf


Comments

No comments written yet.

Please login to write comment.