Color Hex Logo

#72dada Color Hex

#72DADA
(114,218,218)
0 Favorites   0 Comments

Color spaces of #72dada

RGB 114218218
HSL0.500.580.65
HSV180°48°85°
CMYK 0.480.000.00   0.15
XYZ44.665758.782275.3216
Yxy58.78220.24990.3288
Hunter Lab76.6696-30.1822-4.5789
CIE-Lab81.1717-30.1132-9.3443

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011010 11011010
Octal 162 332 332
Decimal 114 218 218
Hex 72 DA DA

RGB Percentages of Color #72dada

%20.73
%39.64
%39.64

CMYK Percentages of Color #72dada

%48
%0
%0
%15

Triadic Colors of #72dada

#72dada #da72da #dada72

Analogous Colors of #72dada

#72dada #72a6da #72daa6

Monochromatic Colors of #72dada

#72dada

Complementary Color

#72dada #da7272

#72dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dada Color CSS Codes

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

#72dada Text Font Color

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

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


#72dada Background Color

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

This div background color is #72dada


#72dada Border Color

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

This div border color is #72dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dada


Comments

No comments written yet.

Please login to write comment.