Color Hex Logo

#72cecf Color Hex

#72CECF
(114,206,207)
0 Favorites   0 Comments

Color spaces of #72cecf

RGB 114206207
HSL0.500.490.63
HSV181°45°81°
CMYK 0.450.000.00   0.19
XYZ40.273252.225066.9893
Yxy52.22500.25250.3275
Hunter Lab72.2669-26.9917-4.3733
CIE-Lab77.4152-27.1061-9.0423

#72cecf color RGB value is (114,206,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001110 11001111
Octal 162 316 317
Decimal 114 206 207
Hex 72 CE CF

RGB Percentages of Color #72cecf

%21.63
%39.09
%39.28

CMYK Percentages of Color #72cecf

%45
%0
%0
%19

Triadic Colors of #72cecf

#72cecf #cf72ce #cecf72

Analogous Colors of #72cecf

#72cecf #72a0cf #72cfa2

Monochromatic Colors of #72cecf

#72cecf

Complementary Color

#72cecf #cf7372

#72cecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cecf Color CSS Codes

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

#72cecf Text Font Color

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

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


#72cecf Background Color

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

This div background color is #72cecf


#72cecf Border Color

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

This div border color is #72cecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cecf


Comments

No comments written yet.

Please login to write comment.