Color Hex Logo

#72c2c5 Color Hex

#72C2C5
(114,194,197)
0 Favorites   0 Comments

Color spaces of #72c2c5

RGB 114194197
HSL0.510.420.61
HSV182°42°77°
CMYK 0.420.020.00   0.23
XYZ36.309346.192259.8256
Yxy46.19220.25510.3245
Hunter Lab67.9648-23.5773-4.6142
CIE-Lab73.6701-23.7124-9.2059

#72c2c5 color RGB value is (114,194,197).

#72c2c5 hex color red value is 114, green value is 194 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #72c2c5 hue: 0.51 , saturation: 0.42 and the lightness value of 72c2c5 is 0.61.

The process color (four color CMYK) of #72c2c5 color hex is 0.42, 0.02, 0.00, 0.23. Web safe color of #72c2c5 is #66cccc. Color #72c2c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11000010 11000101
Octal 162 302 305
Decimal 114 194 197
Hex 72 C2 C5

RGB Percentages of Color #72c2c5

%22.57
%38.42
%39.01

CMYK Percentages of Color #72c2c5

%42
%2
%0
%23

Triadic Colors of #72c2c5

#72c2c5 #c572c2 #c2c572

Analogous Colors of #72c2c5

#72c2c5 #7299c5 #72c59f

Monochromatic Colors of #72c2c5

#72c2c5

Complementary Color

#72c2c5 #c57572

#72c2c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72c2c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72c2c5 Color CSS Codes

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

#72c2c5 Text Font Color

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

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


#72c2c5 Background Color

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

This div background color is #72c2c5


#72c2c5 Border Color

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

This div border color is #72c2c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72c2c5


Comments

No comments written yet.

Please login to write comment.