Color Hex Logo

#72ccda Color Hex

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

Color spaces of #72ccda

RGB 114204218
HSL0.520.580.65
HSV188°48°85°
CMYK 0.480.060.00   0.15
XYZ41.187251.825174.1621
Yxy51.82510.24640.3100
Hunter Lab71.9897-23.8573-10.6865
CIE-Lab77.1761-23.2560-15.3209

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

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

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

Base Numbers

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

RGB Percentages of Color #72ccda

%21.27
%38.06
%40.67

CMYK Percentages of Color #72ccda

%48
%6
%0
%15

Triadic Colors of #72ccda

#72ccda #da72cc #ccda72

Analogous Colors of #72ccda

#72ccda #7298da #72dab4

Monochromatic Colors of #72ccda

#72ccda

Complementary Color

#72ccda #da8072

#72ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ccda Color CSS Codes

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

#72ccda Text Font Color

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

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


#72ccda Background Color

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

This div background color is #72ccda


#72ccda Border Color

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

This div border color is #72ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ccda


Comments

No comments written yet.

Please login to write comment.