Color Hex Logo

#72c6cf Color Hex

#72C6CF
(114,198,207)
0 Favorites   0 Comments

Color spaces of #72c6cf

RGB 114198207
HSL0.520.490.63
HSV186°45°81°
CMYK 0.450.040.00   0.19
XYZ38.396048.470666.3636
Yxy48.47060.25060.3163
Hunter Lab69.6208-23.3934-7.7815
CIE-Lab75.1208-23.1445-12.4669

#72c6cf color RGB value is (114,198,207).

#72c6cf hex color red value is 114, green value is 198 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #72c6cf hue: 0.52 , saturation: 0.49 and the lightness value of 72c6cf is 0.63.

The process color (four color CMYK) of #72c6cf color hex is 0.45, 0.04, 0.00, 0.19. Web safe color of #72c6cf is #66cccc. Color #72c6cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11000110 11001111
Octal 162 306 317
Decimal 114 198 207
Hex 72 C6 CF

RGB Percentages of Color #72c6cf

%21.97
%38.15
%39.88

CMYK Percentages of Color #72c6cf

%45
%4
%0
%19

Triadic Colors of #72c6cf

#72c6cf #cf72c6 #c6cf72

Analogous Colors of #72c6cf

#72c6cf #7298cf #72cfaa

Monochromatic Colors of #72c6cf

#72c6cf

Complementary Color

#72c6cf #cf7b72

#72c6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72c6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72c6cf Color CSS Codes

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

#72c6cf Text Font Color

<p style="color:#72c6cf">Text here</p>

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


#72c6cf Background Color

<div style="background-color:#72c6cf">
Div content here</div>

This div background color is #72c6cf


#72c6cf Border Color

<div style="border:3px solid #72c6cf">
Div here</div>

This div border color is #72c6cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,198,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72c6cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72c6cf;
  -webkit-box-shadow: 1px 1px 3px 2px #72c6cf;
  box-shadow:         1px 1px 3px 2px #72c6cf; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72c6cf


Comments

No comments written yet.

Please login to write comment.