Color Hex Logo

#72bffb Color Hex

#72BFFB
(114,191,251)
0 Favorites   0 Comments

Color spaces of #72bffb

RGB 114191251
HSL0.570.940.72
HSV206°55°98°
CMYK 0.550.240.00   0.02
XYZ42.982847.804098.2285
Yxy47.80400.22740.2529
Hunter Lab69.1404-10.0270-35.8356
CIE-Lab74.7011-7.1675-36.8700

#72bffb color RGB value is (114,191,251).

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

The process color (four color CMYK) of #72bffb color hex is 0.55, 0.24, 0.00, 0.02. Web safe color of #72bffb is #66ccff. Color #72bffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111111 11111011
Octal 162 277 373
Decimal 114 191 251
Hex 72 BF FB

RGB Percentages of Color #72bffb

%20.50
%34.35
%45.14

CMYK Percentages of Color #72bffb

%55
%24
%0
%2

Triadic Colors of #72bffb

#72bffb #fb72bf #bffb72

Analogous Colors of #72bffb

#72bffb #727bfb #72fbf3

Monochromatic Colors of #72bffb

#72bffb

Complementary Color

#72bffb #fbae72

#72bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bffb Color CSS Codes

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

#72bffb Text Font Color

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

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


#72bffb Background Color

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

This div background color is #72bffb


#72bffb Border Color

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

This div border color is #72bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bffb


Comments

No comments written yet.

Please login to write comment.