Color Hex Logo

#72dacc Color Hex

#72DACC
(114,218,204)
0 Favorites   0 Comments

Color spaces of #72dacc

RGB 114218204
HSL0.480.580.65
HSV172°48°85°
CMYK 0.480.000.06   0.15
XYZ42.909958.079866.0757
Yxy58.07980.25680.3476
Hunter Lab76.2101-32.86371.9414
CIE-Lab80.7831-33.6001-2.4586

#72dacc color RGB value is (114,218,204).

#72dacc hex color red value is 114, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #72dacc hue: 0.48 , saturation: 0.58 and the lightness value of 72dacc is 0.65.

The process color (four color CMYK) of #72dacc color hex is 0.48, 0.00, 0.06, 0.15. Web safe color of #72dacc is #66cccc. Color #72dacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011010 11001100
Octal 162 332 314
Decimal 114 218 204
Hex 72 DA CC

RGB Percentages of Color #72dacc

%21.27
%40.67
%38.06

CMYK Percentages of Color #72dacc

%48
%0
%6
%15

Triadic Colors of #72dacc

#72dacc #cc72da #dacc72

Analogous Colors of #72dacc

#72dacc #72b4da #72da98

Monochromatic Colors of #72dacc

#72dacc

Complementary Color

#72dacc #da7280

#72dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dacc Color CSS Codes

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

#72dacc Text Font Color

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

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


#72dacc Background Color

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

This div background color is #72dacc


#72dacc Border Color

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

This div border color is #72dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dacc


Comments

No comments written yet.

Please login to write comment.