Color Hex Logo

#72abdb Color Hex

#72ABDB
(114,171,219)
0 Favorites   0 Comments

Color spaces of #72abdb

RGB 114171219
HSL0.580.590.65
HSV207°48°86°
CMYK 0.480.220.00   0.14
XYZ34.288537.817772.5102
Yxy37.81770.23710.2615
Hunter Lab61.4961-8.0916-26.8617
CIE-Lab67.8860-5.6406-30.0220

#72abdb color RGB value is (114,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101011 11011011
Octal 162 253 333
Decimal 114 171 219
Hex 72 AB DB

RGB Percentages of Color #72abdb

%22.62
%33.93
%43.45

CMYK Percentages of Color #72abdb

%48
%22
%0
%14

Triadic Colors of #72abdb

#72abdb #db72ab #abdb72

Analogous Colors of #72abdb

#72abdb #7277db #72dbd7

Monochromatic Colors of #72abdb

#72abdb

Complementary Color

#72abdb #dba272

#72abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72abdb Color CSS Codes

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

#72abdb Text Font Color

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

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


#72abdb Background Color

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

This div background color is #72abdb


#72abdb Border Color

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

This div border color is #72abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72abdb


Comments

No comments written yet.

Please login to write comment.