Color Hex Logo

#72fccf Color Hex

#72FCCF
(114,252,207)
0 Favorites   0 Comments

Color spaces of #72fccf

RGB 114252207
HSL0.450.960.72
HSV160°55°99°
CMYK 0.550.000.18   0.01
XYZ53.012377.703271.2357
Yxy77.70320.26250.3848
Hunter Lab88.1494-46.913113.7909
CIE-Lab90.6443-48.098310.2457

#72fccf color RGB value is (114,252,207).

#72fccf hex color red value is 114, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #72fccf hue: 0.45 , saturation: 0.96 and the lightness value of 72fccf is 0.72.

The process color (four color CMYK) of #72fccf color hex is 0.55, 0.00, 0.18, 0.01. Web safe color of #72fccf is #66ffcc. Color #72fccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111100 11001111
Octal 162 374 317
Decimal 114 252 207
Hex 72 FC CF

RGB Percentages of Color #72fccf

%19.90
%43.98
%36.13

CMYK Percentages of Color #72fccf

%55
%0
%18
%1

Triadic Colors of #72fccf

#72fccf #cf72fc #fccf72

Analogous Colors of #72fccf

#72fccf #72e4fc #72fc8a

Monochromatic Colors of #72fccf

#72fccf

Complementary Color

#72fccf #fc729f

#72fccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fccf Color CSS Codes

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

#72fccf Text Font Color

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

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


#72fccf Background Color

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

This div background color is #72fccf


#72fccf Border Color

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

This div border color is #72fccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fccf


Comments

No comments written yet.

Please login to write comment.