Color Hex Logo

#72acfb Color Hex

#72ACFB
(114,172,251)
0 Favorites   0 Comments

Color spaces of #72acfb

RGB 114172251
HSL0.600.940.72
HSV215°55°98°
CMYK 0.550.310.00   0.02
XYZ39.104540.047596.9357
Yxy40.04750.22210.2274
Hunter Lab63.2831-0.4450-46.5210
CIE-Lab69.50333.3282-44.9802

#72acfb color RGB value is (114,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101100 11111011
Octal 162 254 373
Decimal 114 172 251
Hex 72 AC FB

RGB Percentages of Color #72acfb

%21.23
%32.03
%46.74

CMYK Percentages of Color #72acfb

%55
%31
%0
%2

Triadic Colors of #72acfb

#72acfb #fb72ac #acfb72

Analogous Colors of #72acfb

#72acfb #7d72fb #72f1fb

Monochromatic Colors of #72acfb

#72acfb

Complementary Color

#72acfb #fbc172

#72acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72acfb Color CSS Codes

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

#72acfb Text Font Color

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

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


#72acfb Background Color

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

This div background color is #72acfb


#72acfb Border Color

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

This div border color is #72acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72acfb


Comments

No comments written yet.

Please login to write comment.