Color Hex Logo

#72adfb Color Hex

#72ADFB
(114,173,251)
0 Favorites   0 Comments

Color spaces of #72adfb

RGB 114173251
HSL0.590.940.72
HSV214°55°98°
CMYK 0.550.310.00   0.02
XYZ39.295640.429696.9994
Yxy40.42960.22240.2288
Hunter Lab63.5843-0.9580-45.9394
CIE-Lab69.77442.7646-44.5550

#72adfb color RGB value is (114,173,251).

#72adfb hex color red value is 114, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #72adfb hue: 0.59 , saturation: 0.94 and the lightness value of 72adfb is 0.72.

The process color (four color CMYK) of #72adfb color hex is 0.55, 0.31, 0.00, 0.02. Web safe color of #72adfb is #6699ff. Color #72adfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101101 11111011
Octal 162 255 373
Decimal 114 173 251
Hex 72 AD FB

RGB Percentages of Color #72adfb

%21.19
%32.16
%46.65

CMYK Percentages of Color #72adfb

%55
%31
%0
%2

Triadic Colors of #72adfb

#72adfb #fb72ad #adfb72

Analogous Colors of #72adfb

#72adfb #7c72fb #72f2fb

Monochromatic Colors of #72adfb

#72adfb

Complementary Color

#72adfb #fbc072

#72adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72adfb Color CSS Codes

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

#72adfb Text Font Color

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

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


#72adfb Background Color

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

This div background color is #72adfb


#72adfb Border Color

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

This div border color is #72adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72adfb

Related Colors


Comments

No comments written yet.

Please login to write comment.