Color Hex Logo

#72daf8 Color Hex

#72DAF8
(114,218,248)
0 Favorites   0 Comments

Color spaces of #72daf8

RGB 114218248
HSL0.540.910.71
HSV193°54°97°
CMYK 0.540.120.00   0.03
XYZ48.954160.497597.9040
Yxy60.49750.23610.2918
Hunter Lab77.7801-23.7690-20.1839
CIE-Lab82.1079-22.0856-23.8868

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

#72daf8 hex color red value is 114, green value is 218 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #72daf8 hue: 0.54 , saturation: 0.91 and the lightness value of 72daf8 is 0.71.

The process color (four color CMYK) of #72daf8 color hex is 0.54, 0.12, 0.00, 0.03. Web safe color of #72daf8 is #66ccff. Color #72daf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011010 11111000
Octal 162 332 370
Decimal 114 218 248
Hex 72 DA F8

RGB Percentages of Color #72daf8

%19.66
%37.59
%42.76

CMYK Percentages of Color #72daf8

%54
%12
%0
%3

Triadic Colors of #72daf8

#72daf8 #f872da #daf872

Analogous Colors of #72daf8

#72daf8 #7297f8 #72f8d3

Monochromatic Colors of #72daf8

#72daf8

Complementary Color

#72daf8 #f89072

#72daf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72daf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72daf8 Color CSS Codes

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

#72daf8 Text Font Color

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

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


#72daf8 Background Color

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

This div background color is #72daf8


#72daf8 Border Color

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

This div border color is #72daf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72daf8


Comments

No comments written yet.

Please login to write comment.