Color Hex Logo

#72aedb Color Hex

#72AEDB
(114,174,219)
0 Favorites   0 Comments

Color spaces of #72aedb

RGB 114174219
HSL0.570.590.65
HSV206°48°86°
CMYK 0.480.210.00   0.14
XYZ34.861738.964072.7012
Yxy38.96400.23790.2659
Hunter Lab62.4212-9.5462-25.3596
CIE-Lab68.7252-7.2851-28.7284

#72aedb color RGB value is (114,174,219).

#72aedb hex color red value is 114, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #72aedb hue: 0.57 , saturation: 0.59 and the lightness value of 72aedb is 0.65.

The process color (four color CMYK) of #72aedb color hex is 0.48, 0.21, 0.00, 0.14. Web safe color of #72aedb is #6699cc. Color #72aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101110 11011011
Octal 162 256 333
Decimal 114 174 219
Hex 72 AE DB

RGB Percentages of Color #72aedb

%22.49
%34.32
%43.20

CMYK Percentages of Color #72aedb

%48
%21
%0
%14

Triadic Colors of #72aedb

#72aedb #db72ae #aedb72

Analogous Colors of #72aedb

#72aedb #727adb #72dbd4

Monochromatic Colors of #72aedb

#72aedb

Complementary Color

#72aedb #db9f72

#72aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aedb Color CSS Codes

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

#72aedb Text Font Color

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

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


#72aedb Background Color

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

This div background color is #72aedb


#72aedb Border Color

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

This div border color is #72aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aedb


Comments

No comments written yet.

Please login to write comment.